Those working with Neural Networks know how complicated Object Detection techniques can be. It is no wonder there is no straight forward resource for training them. You are always required to convert your data to a COCO-like JSON or some other unwanted format. It is never a plug and play experience. Moreover, no diagram thoroughly explains Faster R-CNN or YOLO as there is for … [Read more...] about Why Is Object Detection So Messy?
Computer Vision
Transformers in Computer Vision
Transformer architecture has achieved state-of-the-art results in many NLP (Natural Language Processing) tasks. One of the main breakthroughs with the Transformer model could be the powerful GPT-3 released in the middle of the year, which has been awarded Best Paper at NeurIPS2020.In Computer Vision, CNNs have become the dominant models for vision tasks … [Read more...] about Transformers in Computer Vision
Leading AI & Machine Learning Research Trends 2021
To help you stay well prepared for 2021, we have summarized the latest trends across different research areas, including natural language processing, conversational AI, computer vision, and reinforcement learning.We also suggest key research papers in different areas that we think are representative of the latest advances.Subscribe to our AI Research mailing list at the … [Read more...] about Leading AI & Machine Learning Research Trends 2021
Deep-Learning Based Object Detection in Crowded Scenes
Object detection in crowded scenes is challenging. When objects gather, they tend to overlap largely with each other, leading to occlusions. Occlusion caused by objects of the same class is called intra-class occlusion, also referred to as crowd occlusion. Object detectors need to determine the locations of different objects in the crowd and accurately delineate their … [Read more...] about Deep-Learning Based Object Detection in Crowded Scenes
NeurIPS 2020 Papers: Takeaways for a Deep Learning Engineer – Computer Vision
As mentioned in part 1– the most important thing:) – I went through all the titles of NeurIPS 2020 papers (more than 1900!) and read abstracts of 175 papers, and extracted DL engineer relevant insights from the following papers.This is part 2. See part 1 here.If this in-depth educational content is useful for you, you can subscribe to our AI research mailing list to be … [Read more...] about NeurIPS 2020 Papers: Takeaways for a Deep Learning Engineer – Computer Vision
NeurIPS 2020: Key Research Papers in Computer Vision
Our team reviewed the papers accepted to NeurIPS 2020 and shortlisted the most interesting ones across different research areas. Here are the topics we cover:Natural Language Processing & Conversational AIComputer VisionReinforcement Learning & MoreTackling COVID-19 with AI & Machine LearningIf you’re interested in the remarkable keynote presentations, … [Read more...] about NeurIPS 2020: Key Research Papers in Computer Vision
Novel Computer Vision Research Papers From 2020
Will transformers revolutionize computer vision like they did with natural language processing? That’s one of the major research questions investigated by computer vision scientists in 2020. The first results indicate that transformers achieve very promising results on image recognition tasks.Beyond transformers in vision applications, we also noticed a continuous … [Read more...] about Novel Computer Vision Research Papers From 2020
ECCV 2020: Some Highlights
The 2020 European Conference on Computer Vision took place online, from 23 to 28 August, and consisted of 1360 papers, divided into 104 orals, 160 spotlights and the rest of 1096 papers as posters. In addition to 45 workshops and 16 tutorials. As it is the case in recent years with ML and CV conferences, the huge number of papers can be overwhelming at times. Similar to … [Read more...] about ECCV 2020: Some Highlights
Best Research Papers From ICML 2020
This year’s virtual ICML conference hosted 10800+ attendees from 75 countries. Apparently, the virtual format makes big research conferences such as ICML more accessible to the AI community all over the world.With almost 5000 research papers submitted to ICML 2020 and an acceptance rate of 21.8%, a total of 1088 papers were presented at the conference. As usual, the … [Read more...] about Best Research Papers From ICML 2020
Single Stage Instance Segmentation — A Review
Instance segmentation is a challenging computer vision task that requires the prediction of object instances and their per-pixel segmentation mask. This makes it a hybrid of semantic segmentation and object detection.Ever since Mask R-CNN was invented, the state-of-the-art method for instance segmentation has largely been Mask RCNN and its variants … [Read more...] about Single Stage Instance Segmentation — A Review