πŸ“’ Super excited to announce IceVision 0.11.0 release

Some new features:

πŸ“Œ Support of Semantic Segmentation through @fastdotai implementation

πŸ“Œ Support of VFNet, YOLOX

πŸ“Œ Support of torch 1.10.0 and torchvision 0.11.1
...
Please, give us a ⭐️star @ github.com/airctic/IceVis…
πŸ“Œ Support of MMDetection, EfficientDet, YOLOv5, Fastai, and Pytorch-Lightning latest versions

πŸ“Œ New Simplified Inference API

πŸ“Œ Progressive resizing support

πŸ“Œ MMDetection model customization support

πŸ“Œ Support for empty masks

πŸ“Œ Docker Support
πŸ“Œ Showcasing model deployment using Gradio, Streamlit, and FastAPI

πŸ“Œ Many bug fixes

πŸ“Œ and more in our CHANGELOG file

IceVision: github.com/airctic/IceVis…
Forum: discord.gg/JDBeZYK

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with AI Fast Track

AI Fast Track Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @ai_fast_track

20 Nov
FCOS is an an anchor-free object detector.

It was one of first competitors of anchor-based single/two stage object detectors.

Understanding FCOS will help understanding other model inspired by FCOS.

Summary ...πŸ‘‡
πŸ“Œ FCOS reformulates object detection in a per-pixel prediction fashion

πŸ“Œ It uses multi-level prediction to improve the recall and resolve the ambiguity resulted from overlapped bounding boxes
πŸ“Œ It proposes β€œcenter-ness” branch, which helps suppress the low-quality detected bounding boxes and improves the overall performance by a large margin

πŸ“Œ It avoids complex computation such as the intersection-over-union (IoU)
Read 6 tweets
18 Nov
How to create a robustness evaluation dataset?

"Natural Adversarial Objects" (NAO) dataset is a challenging robustness evaluation dataset for models trained on MSCOCO

πŸ“Œ Models generally perform well on large scale training sets
πŸ“Œ They generalize on test sets coming from the same distribution

πŸ“Œ When using NAO dataset, EfficientDet-D7 mAP reduced by 74.5% compared to MSCOCO

πŸ“Œ Faster RCNN reduced by 36.3% compared to MSCOCO
πŸ“Œ They evaluated 7 SOTA models, and showed they consistently fail to perform accurately on NAO, comparing to MSCOCO

πŸ“Œ The drop is present on both in-distribution and out-of-distribution objects
Read 6 tweets
17 Nov
❇VFNet: A very interesting model that isn’t under the radar. You should give it a try :)

VariFocalNet: An IoU-aware Dense Object Detector

🧊 Background:
πŸ“Œ Accurately ranking candidate detections is crucial for dense object detectors to achieve high performance
...
πŸ“Œ Prior work uses the classification score or a combination of classification and predicted localization scores (centerness) to rank candidates.

πŸ“Œ Those 2 scores are still not optimal

🧊 Novelty:
πŸ“Œ VFNet proposes to learn an IoU-Aware Classification Score (IACS)
πŸ“ŒIACS is used as a joint representation of object presence confidence and localization accuracy using IoU

πŸ“Œ VFNet introduces the VariFocal Loss

πŸ“Œ The VariFocal Loss down-weights only negative examples for addressing the class imbalance problem during training
Read 7 tweets
16 Nov
πŸ“’ The amazing @OpenMMLab just released a new project:

MMFlow: an open-source optical flow toolbox written in Pytorch

OpenMMLab hosts several impressive open-source projects for both academic research and industrial applications.
OpenMMLab covers a wide range of research topics of computer vision, e.g., classification, detection, segmentation and super-resolution.

πŸ“Œ MMCV: Foundational library for computer vision.

πŸ“Œ MIM: MIM Installs OpenMMLab Packages.
πŸ“Œ MMClassification: Image classification toolbox and benchmark.

πŸ“Œ MMDetection: Detection toolbox and benchmark.

πŸ“Œ MMDetection3D: Next-generation platform for general 3D object detection.

πŸ“Œ MMSegmentation: Semantic segmentation toolbox and benchmark.
Read 6 tweets
15 Nov
4 Feature Pyramid Network (FPN) Design you should know:

FPN, PANet, NAS-FPN, and BiFPN

πŸ“Œ (a) FPN uses a top-down pathway to fuse multi-scale features from level 3 to 7 (P3 - P7);

πŸ“Œ (b) PANet adds an additional bottom-up pathway on top of FPN;
πŸ“Œ (c) NAS-FPN uses neural architecture search to find an irregular feature network topology and then repeatedly apply the same block;

πŸ“Œ (d) BiFPN is a bit similar to PANet, adds shortcut fusing, and then repeatedly apply the same block
πŸ“ Some other observations:

πŸ“Œ The model diagram corresponds to the One-Stage Object Detection Architecture

πŸ“Œ The FPN illustration is extracted from the EfficientDet paper

πŸ“ŒThe (P3-P5) layers are referred as the Convolutional (C3-C5) Layers in other papers
Read 5 tweets
5 Nov
πŸ€” How to increase your Small Object Detection Average Precision APs?

πŸ’‘ By increasing both image and backbone sizes when training your model:

πŸ“Œ Increasing both image and backbone sizes in EfficientDet jumped APs by 14+%

πŸ“Œ Increasing backbone size in RFBNet increased APs Image
πŸ“Œ Increasing image size from 320 to 608 in PP-YOLO led to 10+% increase in APs

For more tips and tricks to improve small object detection tips & tricks, check out the list I shared in my first tweet.
Benchmarks are extracted from the PP-YOLO paper:

πŸ“° Paper: PP-YOLO: An Effective and Efficient Implementation of Object Detector

PDF: arxiv.org/pdf/2007.12099…
Read 4 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Thank you for your support!

Follow Us on Twitter!

:(