NemoStation releases Marlin-2B: 2-billion parameter video VLM achieves dense captioning performance between Tarsier-34B
NemoStation has released Marlin-2B, a 2-billion parameter video vision-language model that produces structured scene and event captions with second-precise timestamps. The model tops the CaReBench dense captioning leaderboard and sits between Tarsier-34B and Gemini-1.5-Pro on DREAM-1K, while matching Gemini-2.0-Flash on temporal grounding benchmarks.
NemoStation Releases Marlin-2B Video VLM
NemoStation has released Marlin-2B, a 2-billion parameter video vision-language model designed for dense captioning and temporal grounding. The model sits between Tarsier-34B and Gemini-1.5-Pro on DREAM-1K dense captioning benchmarks while running on a single consumer GPU.
Performance
Marlin-2B tops the CaReBench leaderboard for dense video captioning in its weight class. On Tencent's TimeLens-Bench (Charades, ActivityNet, QVHighlights), the model beats Qwen2.5-VL-7B by +6.4 mIoU and matches Gemini-2.0-Flash on temporal grounding tasks, according to NemoStation.
The model produces structured outputs in two modes: caption mode generates "Scene" paragraphs plus timestamped "Events" with start-end boundaries, while find mode resolves natural-language queries to (start, end) time ranges in seconds.
Architecture and Training
Marlin-2B is a fine-tune of Qwen3.5-2B with the video-capable visual tower intact. NemoStation trained the model in two stages on a single H100:
- Stage 1: Supervised fine-tuning on approximately 400,000 high-quality clip-level annotations assembled from ActivityNet, LSMDC, Charades, Charades-Ego, TREC-VTT, WebVid-10M, HC-STVG, VidSTG, and TimeLens datasets, plus dense re-annotations from Gemini-3-Flash
- Stage 2: Preference optimization via SimPO using teacher-distilled preference pairs scored by Gemini-3-Flash
The training corpus combines sparse public annotations with dense re-annotations specifically tuned for temporally grounded atomic events with explicit time boundaries.
Technical Specifications
The model processes video at 2.0 FPS with a maximum of 200,704 pixels per frame (approximately 448×448). It caps total frames at 240, covering roughly 2-minute videos. The model requires transformers ≥5.7.0, torch ≥2.11.0, and torchcodec for video decoding.
Marlin-2B is vLLM- and swift-deploy-compatible. The model exposes two convenience methods (.caption and .find) that return parsed dictionaries, plus raw .generate() access for custom prompts.
Pricing and Availability
Pricing not yet disclosed. The model is available on Hugging Face with custom modeling code requiring trust_remote_code=True. NemoStation states a recipe paper detailing the training methodology is forthcoming.
What This Means
Marlin-2B demonstrates that specialized training on temporally grounded video data can produce a 2B model competitive with much larger models (34B) and proprietary systems on specific video understanding tasks. The model's ability to run on consumer hardware while matching Gemini-2.0-Flash on temporal grounding suggests efficient video VLMs are viable for production deployment. However, NemoStation acknowledges that specialized 7B+ models (TimeLens-7B/8B, MiMo-VL, Time-R1) still lead on these benchmarks due to task-specific training data—Marlin-2B's strength is as a general-purpose model at 2B scale.
Related Articles
OpenAI's GPT-5.6 Sol Adds Five Reasoning Effort Settings, Follows DeepSeep-R1 RLVR Training Method
OpenAI released GPT-5.6 Sol, a new reasoning model family that comes in three sizes with roughly five to six reasoning-effort settings each. The release follows the DeepSeek-R1 methodology of using reinforcement learning with verifiable rewards (RLVR), nearly two years after OpenAI's original o1 model popularized LLM-based reasoning.
Moonshot AI releases Kimi K3, China's largest model at 2.8 trillion parameters
Beijing-based Moonshot AI released Kimi K3, China's largest AI model at 2.8 trillion parameters. The company claims the model consistently outperforms OpenAI's GPT 5.5 and Anthropic's Claude Opus 4.8 on benchmarks including coding and general agents, though it still trails the leading-edge GPT 5.6 Sol and Claude Fable 5 in overall performance.
Moonshot AI releases Kimi K3 with 2.7 trillion parameters, claims performance on par with Anthropic Fable 5
Moonshot AI released Kimi K3 on July 16, 2026, featuring 2.7 trillion parameters—the largest open-weight model to date. The company claims K3 performs competitively with Anthropic's Fable 5 while costing $15 per million output tokens compared to Fable's $50.
Moonshot AI's Kimi k3 claims top performance among Chinese models with 1M token context
Moonshot AI has released Kimi k3, positioning it as China's leading AI model. The company claims the model features a 1 million token context window and improved reasoning capabilities, though independent benchmarks are not yet available.
Comments
Loading...