paper-with-me

Papers

SAM2Auto: Auto Annotation Using FLASH

2025-06-09 · Arash Rocky, Q. M. Jonathan Wu

Vision-Language Models (VLMs) lag behind Large Language Models due to the scarcity of annotated datasets, as creating paired visual-textual annotations is labor-intensive and expensive. To address this bottleneck, we introduce SAM2Auto, the first fully automated annotation pipeline for video datasets requiring no human intervention or dataset-specific training. Our approach consists of two key components: SMART-OD, a robust object detection system that combines automatic mask generation with open-world object detection capabilities, and FLASH (Frame-Level Annotation and Segmentation Handler), a multi-object real-time video instance segmentation (VIS) that maintains consistent object identification across video frames even with intermittent detection gaps. Unlike existing open-world detection methods that require frame-specific hyperparameter tuning and suffer from numerous false positives, our system employs statistical approaches to minimize detection errors while ensuring consistent object tracking throughout entire video sequences. Extensive experimental validation demonstrates that SAM2Auto achieves comparable accuracy to manual annotation while dramatically reducing annotation time and eliminating labor costs. The system successfully handles diverse datasets without requiring retraining or extensive parameter adjustments, making it a practical solution for large-scale dataset creation. Our work establishes a new baseline for automated video annotation and provides a pathway for accelerating VLM development by addressing the fundamental dataset bottleneck that has constrained progress in vision-language understanding.

📄 PDF Abstract BibTeX arXiv:2506.07850

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationObjectobject-detectionObject DetectionObject TrackingOpen World Object DetectionRobust Object DetectionSemantic SegmentationVideo Instance Segmentation

Similar Papers 제목 키워드 기반

Question Generation for Generating Textbook Flashcards

2021-09-16 · Anonymous

One of the most effective ways of retaining the meaning of important concepts in learning materials is to review them in spaced intervals. Millions of students around the world are trying to do exactly that with the help…

Question GenerationQuestion-Generation

FlashMesh: Faster and Better Autoregressive Mesh Synthesis via Structured Speculation

2025-11-19 · Tingrui Shen, Yiheng Zhang, Chen Tang, Chuan Ping 외 arxiv

Autoregressive models can generate high-quality 3D meshes by sequentially producing vertices and faces, but their token-by-token decoding results in slow inference, limiting practical use in interactive and large-scale a…

DFlash: Block Diffusion for Flash Speculative Decoding

2026-02-05 · Jian Chen, Yesheng Liang, Zhijian Liu arxiv

Autoregressive large language models (LLMs) deliver strong performance but require inherently sequential decoding, leading to high inference latency and poor GPU utilization. Speculative decoding mitigates this bottlenec…

In-Memory Learning Automata Architecture using Y-Flash Cell

2024-08-18 · Omar Ghazal, Tian Lan, Shalman Ojukwu, Komal Krishnamurthy 외

The modern implementation of machine learning architectures faces significant challenges due to frequent data transfer between memory and processing units. In-memory computing, primarily through memristor-based analog co…

Decision Making

WhiFlash: Accelerating Speculative Decoding with Token-Level Cross-Paradigm Routing

2026-06-05 · Young D. Kwon, Miles Williams, Rui Li, Alexandros Kouris 외 arxiv

The autoregressive nature of large language models (LLMs) remains a significant bottleneck for inference, particularly in complex agentic workloads. While speculative decoding (SD) accelerates inference, current approach…