AI & ML Papers
33K subscribers
7.11K photos
533 videos
24 files
7.78K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
RF-DETR: Neural Architecture Search for Real-Time Detection Transformers

📝 Summary:
RF-DETR is a light-weight detection transformer leveraging weight-sharing NAS to optimize accuracy-latency tradeoffs across diverse datasets. It significantly outperforms prior state-of-the-art, being the first real-time detector to surpass 60 AP on COCO.

🔹 Publication Date: Published on Nov 12

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2511.09554
• PDF: https://arxiv.org/pdf/2511.09554

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #ComputerVision #MachineLearning #NeuralArchitectureSearch #Transformers
Taming Generative Synthetic Data for X-ray Prohibited Item Detection

📝 Summary:
Xsyn introduces a one-stage text-to-image synthesis pipeline for X-ray security images. It eliminates labor costs and improves image quality and efficiency for training detection models. This method significantly enhances prohibited item detection performance, outperforming prior approaches.

🔹 Publication Date: Published on Nov 19

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2511.15299
• PDF: https://arxiv.org/pdf/2511.15299
• Github: https://github.com/pILLOW-1/Xsyn/

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#XraySecurity #GenerativeAI #ComputerVision #SyntheticData #ObjectDetection
MSRNet: A Multi-Scale Recursive Network for Camouflaged Object Detection

📝 Summary:
MSRNet proposes a Multi-Scale Recursive Network for camouflaged object detection. It uses a Pyramid Vision Transformer and recursive feature refinement to overcome challenges with small and multiple objects, achieving state-of-the-art results.

🔹 Publication Date: Published on Nov 16

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2511.12810
• PDF: https://arxiv.org/pdf/2511.12810

🔹 Models citing this paper:
https://huggingface.co/linaa98/MSRNet

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#CamouflagedObjectDetection #ObjectDetection #ComputerVision #DeepLearning #AIResearch
1
YOLO Meets Mixture-of-Experts: Adaptive Expert Routing for Robust Object Detection

📝 Summary:
A new Mixture-of-Experts framework uses adaptive routing among multiple YOLOv9-T experts. This improves object detection performance, achieving higher mAP and AR.

🔹 Publication Date: Published on Nov 17

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2511.13344
• PDF: https://arxiv.org/pdf/2511.13344

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #YOLO #MixtureOfExperts #DeepLearning #ComputerVision
Real-Time Object Detection Meets DINOv3

📝 Summary:
DEIMv2 extends DEIM with DINOv3 features, achieving superior real-time object detection across GPU, edge, and mobile. It uses a Spatial Tuning Adapter and pruned HGNetv2 for diverse models, setting new state of the art with impressive performance-cost trade-offs.

🔹 Publication Date: Published on Sep 25

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2509.20787
• PDF: https://arxiv.org/pdf/2509.20787
• Project Page: https://intellindust-ai-lab.github.io/projects/DEIMv2/
• Github: https://github.com/Intellindust-AI-Lab/DEIMv2

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #RealTimeAI #ComputerVision #MachineLearning #EdgeAI
1
YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection

📝 Summary:
YOLO-Master proposes an Efficient Sparse Mixture-of-Experts ES-MoE block for real-time object detection. It adaptively allocates computational resources based on scene complexity using a dynamic routing network, overcoming static computation limits. This improves accuracy and speed, especially on...

🔹 Publication Date: Published on Dec 29

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2512.23273
• PDF: https://arxiv.org/pdf/2512.23273

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #YOLO #MixtureOfExperts #Transformers #RealTimeAI
1
GroupEnsemble: Efficient Uncertainty Estimation for DETR-based Object Detection

📝 Summary:
DETR models lack spatial uncertainty and current estimation methods are too costly. GroupEnsemble efficiently estimates uncertainty by using independent query groups in a single forward pass with an attention mask. This outperforms Deep Ensembles at a fraction of the cost.

🔹 Publication Date: Published on Mar 2

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2603.01847
• PDF: https://arxiv.org/pdf/2603.01847

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #UncertaintyEstimation #DETR #ComputerVision #MachineLearning
HDINO: A Concise and Efficient Open-Vocabulary Detector

📝 Summary:
HDINO is an efficient open-vocabulary detector using a two-stage training strategy. It employs One-to-Many Semantic Alignment and lightweight feature fusion, avoiding manual data curation and complex feature extraction. HDINO achieves superior performance on COCO with less training data.

🔹 Publication Date: Published on Mar 3

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2603.02924
• PDF: https://arxiv.org/pdf/2603.02924
• Github: https://github.com/HaoZ416/HDINO

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #ComputerVision #OpenVocabulary #DeepLearning #AIResearch
Prompt-Free Universal Region Proposal Network

📝 Summary:
PF-RPN is a novel network that identifies potential objects without needing external prompts, improving flexibility. It uses Sparse Image-Aware Adapters and Cascade Self-Prompting to localize objects, validated across 19 datasets. This method works across diverse domains with limited data.

🔹 Publication Date: Published on Mar 18

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2603.17554
• PDF: https://arxiv.org/pdf/2603.17554
• Github: https://github.com/tangqh03/PF-RPN

🔹 Models citing this paper:
https://huggingface.co/tangqh/PF-RPN

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #ComputerVision #DeepLearning #RPN #PromptFreeAI
RF-DETR: Neural Architecture Search for Real-Time Detection Transformers

📝 Summary:
RF-DETR is a light-weight detection transformer using weight-sharing NAS to optimize real-time accuracy and latency across diverse datasets. It significantly outperforms prior state-of-the-art methods on COCO and Roboflow100-VL, with its largest variant exceeding 60 AP on COCO.

🔹 Publication Date: Published on Nov 12, 2025

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2511.09554
• PDF: https://arxiv.org/pdf/2511.09554
• Project Page: https://rfdetr.roboflow.com/1.3.0/
• Github: https://github.com/roboflow/rf-detr

🔹 Models citing this paper:
https://huggingface.co/mlx-community/rfdetr-base-fp32
https://huggingface.co/mlx-community/rfdetr-seg-small-fp32
https://huggingface.co/mlx-community/rfdetr-seg-large-fp32

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#ObjectDetection #NeuralArchitectureSearch #DeepLearning #ComputerVision #DETR
1