Papers.Data.Code
18 subscribers
99 links
Only meaningful ML signals: papers, repos & datasets. Selected, not collected. 3–4 posts/day. πŸ“„πŸ’»πŸ“Š
papers.data.code@gmail.com
Download Telegram
πŸ’» Repo #Repo #CV #4dReconstruction #DynamicScenes

D4rt
πŸ‘€ lucidrains

🎯 Task
dynamic scene reconstruction from video

πŸ’‘ Idea
Predict 3D points in dynamic scenes from video plus coordinate and time queries, with a trainable PyTorch model that can return losses for supervision or direct point predictions.

✨ Why it's interesting
Provides a ready-to-use D4RT implementation with batched variable-length video/query handling for 4D reconstruction experiments.

πŸ’» Repo
⭐ lucidrains/d4rt β€” 50 stars (+50 3d)
Python


via @Papers.Data.Code
πŸ“„ Paper #Paper #Multimodal #VisionLanguageModels #ImageGeneration

SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture
πŸ‘€ Haiwen Diao, Penghao Wu, Hanming Deng et al.

🎯 Task
Unified multimodal understanding and generation

πŸ’‘ Idea
Instead of bolting together encoder-based understanding and VAE/diffusion generation, it uses one native pixel-text backbone with shared attention and stream-specific MoT blocks, trained jointly for text prediction and pixel-space flow matching.

✨ Why it's interesting
Authors claim it rivals top understanding-only VLMs and outperforms prior open-source unified models across understanding, reasoning, and generation; generation runs at 32Γ— compression.

πŸ’» Repo
⭐ OpenSenseNova/SenseNova-U1 β€” 1.7k stars

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #CV #VideoGeneration #DiffusionModels

AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
πŸ‘€ Yuchao Gu, Guian Fang, Yuxin Jiang et al.

🎯 Task
Any-step video generation

πŸ’‘ Idea
Instead of endpoint consistency maps for fixed few-step sampling, it learns arbitrary-time flow-map transitions along the full ODE path, then uses shortcut backward simulation for on-policy distillation to cut discretization error and causal exposure bias.

✨ Why it's interesting
On 14B T2V, it gets 84.05 VBench at 4 NFEs and 84.41 at 32; beats Krea-Realtime-14B's 83.25 at 4 and rCM-14B's 83.73 at 4.

πŸ’» Repo
⭐ NVlabs/AnyFlow β€” 202 stars
⭐ NVLabs/AnyFlow β€” 202 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #LLM #ReinforcementLearning #AgentTraining

RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
πŸ‘€ Gaotang Li, Bhavana Dalvi Mishra, Zifeng Wang et al.

🎯 Task
Long-form deep research agent training

πŸ’‘ Idea
Instead of using rubrics only to score final answers, RubricEM uses them to structure execution, reward each stage, and store experience. It decomposes research into Plan/Research/Review/Answer, applies stagewise GRPO for denser credit, and jointly trains a reflection policy as reusable memory.

✨ Why it's interesting
RubricEM-8B outperforms comparable open models on 4 long-form research benchmarks and approaches proprietary deep-research systems after 1400 RL steps.

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #NLP #StemReasoning #VisualQuestionAnswering

open-mm-rl
πŸ‘€ TuringEnterprises

🎯 Task
Multimodal STEM question answering

πŸ’‘ Idea
40 MIT-licensed STEM QA examples across physics, math, biology, and chemistry, spanning single-image, multi-panel, and multi-image formats with deterministic final answers.

✨ Why it's interesting
Deterministic, programmatically checkable answers make advanced multimodal STEM reasoning benchmarkable for RL and outcome-supervised training.

Size: 40 examples, 15.5 MB

πŸ“Š Dataset
πŸ“₯ 2.6k downloads
❀️ 94 likes

πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #CV #ImageToVideo #2kGeneration

Swifti2v
πŸ‘€ HKUST-LongGroup

🎯 Task
high-resolution image-to-video generation

πŸ’‘ Idea
Generate native 2K videos from a single image by first producing a low-res motion reference, then refining to high resolution while conditioning on both the input image and the Stage I video.

✨ Why it's interesting
Matches strong 2K end-to-end I2V baselines on key VBench-I2V metrics with 202Γ— less GPU-time; 81-frame 2K output runs in ~111s on one H800 and fits on a 24 GB RTX 4090.

πŸ’» Repo
⭐ HKUST-LongGroup/SwiftI2V β€” 71 stars (+47 3d)
HTML

πŸ”— paper

via @Papers.Data.Code
πŸ“‹ Weekly Digest Β· May 09 – May 16
#WeeklyDigest

πŸ“„ Papers

AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
#VideoGeneration #DiffusionModels #Distillation
Any-step video diffusion ⟢ 84.05 VBench at 4 NFEs
β†’ Learn more...

Flow-OPD: On-Policy Distillation for Flow Matching Models
#TextToImage #KnowledgeDistillation #ReinforcementLearning
On-policy flow distillation ⟢ boosts GenEval and OCR
β†’ Learn more...

SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture
#VisionLanguageModels #ImageGeneration #MixtureOfExperts
NEO-unify multimodal model ⟢ unifies understanding and generation
β†’ Learn more...

Ξ΄-mem: Efficient Online Memory for Large Language Models
#MemoryMechanisms #Attention #ParameterEfficientTuning
Online associative memory ⟢ steers attention for long-horizon tasks
β†’ Learn more...

LLMs Improving LLMs: Agentic Discovery for Test-Time Scaling
#TestTimeScaling #Reasoning #AgenticSearch
Offline replay controller ⟢ improves accuracy-cost tradeoffs
β†’ Learn more...

RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
#ReinforcementLearning #AgentTraining #LongContextReasoning
Rubric-guided meta-RL ⟢ stagewise credit for research agents
β†’ Learn more...

πŸ’» Repos

antirez/ds4 ⭐
#Metal #KvCache #OpenaiCompatible
Metal local inference ⟢ 1M context with disk KV cache
β†’ Learn more...

facebookresearch/ProgramBench ⭐
#Benchmark #SoftwareEngineering #ReverseEngineering
Program reconstruction benchmark ⟢ tests LM reverse engineering
β†’ Learn more...

sparolab/KISS-IMU ⭐
#InertialOdometry #SelfSupervised #LidarPseudoLabels
Self-supervised IMU odometry ⟢ denoises raw IMU with LiDAR labels
β†’ Learn more...

πŸ“Š Datasets

AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset ⟢ cross-country trend forecasting
β†’ Learn more...

giant-permissive-image-corpus
#ImageGeneration #PermissiveLicense #ImageDataset
Permissive image corpus ⟢ trains visual generation
β†’ Learn more...

➑️ Tomorrow β€” Efficient ML Monthly

via @Papers.Data.Code
πŸ‘1
πŸ“ˆ Monthly Β· Efficient ML Β· Apr 17 – May 17
#MonthlyDigest #EfficientML

πŸ“„ Papers

Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
#DiffusionModels #DecisionTrees #KnowledgeDistillation
Trees and flows ⟢ faster tabular generation
β†’ Learn more...

πŸ“Š Datasets

MSR-ACC/TAE25
#QuantumChemistry #AtomizationEnergy #CoupledCluster
Quantum chemistry dataset ⟢ trains atomization energy models
β†’ Learn more...

AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset ⟢ cross-country trend forecasting
β†’ Learn more...

WHO Global Health Indicators for Prediction
#GlobalHealth #CountryLevel #WorldBank
Global health panel data ⟢ cross-country trend analysis
β†’ Learn more...

⚑ Trends

β–Έ Longitudinal country-level datasets increasingly target forecasting and cross-country trend analysis.
β–Έ Wide, linked, multi-table dataset formats are becoming standard for benchmarking.
β–Έ Efficiency gains come from unifying model families and distilling complex systems.

🧭 TL;DR

πŸ“„ Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
Unifies trees and diffusion, delivering faster tabular generation and effective distillation.

πŸ’‘ Efficiency advances increasingly come from unifying classical structures with generative modeling.

via @Papers.Data.Code
πŸ“„ Paper #Paper #LLM #Reasoning #ReinforcementLearning

Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling
πŸ‘€ Yafu Li, Runzhe Zhan, Haoran Zhang et al.

🎯 Task
Olympiad-level mathematical and scientific reasoning

πŸ’‘ Idea
Instead of domain-specific systems, it uses one scaling recipe: reverse-perplexity long-CoT SFT to instill proof search and self-checking, then coarse verifiable-reward RL, proof-level RL with self-refinement/replay, and test-time verification loops.

✨ Why it's interesting
SU-01 gets 57.6% on IMO-ProofBench, 70.2% with test-time scaling, and reaches the IMO 2025 gold line with 35 points.

πŸ’» Repo
⭐ Simplified-Reasoning/SU-01 β€” 68 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #LLM #SoftwareEngineering #ToolUse

Orchard
πŸ‘€ microsoft

🎯 Task
Agentic software engineering and web GUI interaction

πŸ’‘ Idea
~110K agent trajectories in 2 parallel subsets: 107,185 SWE chat+tool rollouts over 2,788 GitHub repos with hidden-test pass/fail labels, plus 3,070 GUI decision-point rows with screenshots, chat context, and judge-verified rewards across 409 web tasks.

✨ Why it's interesting
Verified patch outcomes and judge-scored GUI steps make agent training and evaluation measurable across real coding and browser tasks.

β“ˆ 110,255 samples, ~10.97 GB

πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #CV #DepthEstimation #CameraPose

vggt Omega
πŸ‘€ facebookresearch

🎯 Task
multi-view camera and depth reconstruction

πŸ’‘ Idea
Infer camera parameters and per-image depth from a set of images in one forward pass, and optionally produce text-aligned embeddings for the same visual inputs.

✨ Why it's interesting
Runs end-to-end on a single A100 with 6.02 GB for 1 frame and 43.15 GB for 500 frames, with released 1B checkpoints and demo code.

πŸ’» Repo
⭐ facebookresearch/vggt-omega β€” 413 stars (+413 3d)
Python


via @Papers.Data.Code
πŸ“„ Paper #Paper #CV #VideoGeneration #DiffusionModels

Causal Forcing++: Scalable Few-Step Autoregressive Diffusion Distillation for Real-Time Interactive Video Generation
πŸ‘€ Min Zhao, Hongzhou Zhu, Kaiwen Zheng et al.

🎯 Task
Real-time autoregressive video generation

πŸ’‘ Idea
Instead of costly AR-teacher ODE trajectory distillation, it initializes few-step AR students with causal consistency distillation: same AR flow-map target, but learned from single online adjacent-step teacher updates, making frame-wise 1-2 step rollout practical.

✨ Why it's interesting
At frame-wise 2-step, beats 4-step chunk-wise Causal Forcing by +0.1 VBench Total, +0.3 Quality, +0.335 VisionReward; 50% lower first-frame latency, ~4x cheaper Stage 2.

πŸ’» Repo
⭐ thu-ml/Causal-Forcing β€” 665 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #Multimodal #LongContextModeling #VisionLanguageModels

Training Long-Context Vision-Language Models Effectively with Generalization Beyond 128K Context
πŸ‘€ Zhaowei Wang, Lishu Luo, Haodong Duan et al.

🎯 Task
Long-context vision-language modeling

πŸ’‘ Idea
Instead of OCR-style long-data training, use instruction-formatted long-document VQA. A balanced length mix and retrieval-heavy task mixture beat 128K-focused or transcription-based training for extending LVLM context.

✨ Why it's interesting
With 5B tokens, MMProLong improves long-doc VQA by 7.1%, stays strong at 256K/512K beyond 128K training, and exceeds baselines by 20%+ there.

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #LLM #HallucinationDetection #Multilingual

LLM Hallucination Benchmark Dataset
πŸ‘€ alitaqishah

🎯 Task
LLM hallucination detection and analysis

πŸ’‘ Idea
200 annotated LLM responses spanning 5 models, 8 domains, 7 languages, 7 hallucination types, 4 annotator types, and 4 mitigation strategies, with prompt, response, hallucination label, span, severity, and verified correction.

✨ Why it's interesting
Makes cross-model, multilingual hallucination detection and mitigation evaluation directly measurable with typed error labels and corrected references.

β“ˆ 200 annotated responses

πŸ”— dataset

via @Papers.Data.Code
πŸ“„ Paper #Paper #LLM #ReinforcementLearning #KnowledgeDistillation

Self-Distilled Agentic Reinforcement Learning
πŸ‘€ Zhengxi Lu, Zhiyuan Yao, Zhuowen Han et al.

🎯 Task
Agentic RL for multi-turn LLMs

πŸ’‘ Idea
Instead of naively mixing OPSD with RL, SDAR keeps RL as the backbone and uses detached token-level gates to apply distillation selectivelyβ€”amplifying positive teacher-student gaps and softening negative teacher rejections.

✨ Why it's interesting
Beats GRPO by +9.4% on ALFWorld, +7.0% on Search-QA, and +10.2% WebShop-Acc, while avoiding naive GRPO+OPSD instability.

πŸ’» Repo
⭐ ZJU-REAL/SDAR β€” 96 stars

πŸ”— paper

via @Papers.Data.Code
πŸ’» Repo #Repo #CV #VideoGeneration #CameraControl

Warp As History
πŸ‘€ yyfz

🎯 Task
camera-controlled video generation

πŸ’‘ Idea
Generate videos that follow user-specified camera trajectories from one input frame, using a single training video and optional interactive/autoregressive control in a drop-in Helios pipeline.

✨ Why it's interesting
Enables interactive viewpoint control from only one camera-annotated training example, with released training, inference, and browser demo code.

πŸ’» Repo
⭐ yyfz/Warp-as-History β€” 117 stars (+58 3d)
Python

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #NLP #TheoremProving #RetrievalAugmentedGeneration

OProver: A Unified Framework for Agentic Formal Theorem Proving
πŸ‘€ David Ma, Kaijing Ma, Shawn Guo et al.

🎯 Task
Formal theorem proving

πŸ’‘ Idea
Instead of bolting retrieval and self-repair onto a fixed prover at test time, OProver trains that agentic loop itself: multi-round proof revision conditioned on retrieved verified proofs and raw Lean feedback, with new verified proofs and repair traces fed back into training.

✨ Why it's interesting
OProver-32B gets best Pass@32 on MiniF2F 93.3%, ProverBench 58.2%, PutnamBench 11.3%, and second on MathOlympiad 22.8% and ProofNet 33.2%.

πŸ’» Repo
⭐ multimodal-art-projection/OProver β€” 7 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #Tabular #Education #MentalHealth

Impact of Ai on Students
πŸ‘€ laveshjadon

🎯 Task
Student outcome and burnout prediction

πŸ’‘ Idea
50,000 student records with 16 features spanning academic profile, GenAI usage, study habits, institutional policy, anxiety, skill retention, and burnout, with targets for GPA regression, skill retention, and burnout classification.

✨ Why it's interesting
Makes it possible to model academic and well-being outcomes against AI usage and policy in one complete, balanced student dataset.

β“ˆ 50,000 samples, 16 columns, CSV

πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #LLM #FederatedLearning #Lora

Smart Fed
πŸ‘€ benmagnifico

🎯 Task
federated LLM fine-tuning with LoRA reuse

πŸ’‘ Idea
Compose a frozen pool of existing task LoRAs into a federated adapter by splitting them into rank-wise experts and learning a small input-conditioned router that selects and combines them on each client.

✨ Why it's interesting
Cuts training, communication, and energy cost versus federated train-from-scratch baselines, and beats both knowledge-free and knowledge-reuse baselines on three skill-composition tasks.

πŸ’» Repo
⭐ benmagnifico/SmartFed β€” 15 stars (+15 3d)


via @Papers.Data.Code
πŸ“„ Paper #Paper #Multimodal #ImageGeneration #VideoGeneration

Lance: Unified Multimodal Modeling by Multi-Task Synergy
πŸ‘€ Fengyi Fu, Mengqi Huang, Shaojin Wu et al.

🎯 Task
Unified multimodal understanding and generation

πŸ’‘ Idea
Instead of one shared visual path or bolted-on modules, Lance uses a shared interleaved multimodal context with dual MoE streams: one expert for text+semantic understanding, one for VAE-latent generation, plus modality-aware RoPE and staged multi-task training.

✨ Why it's interesting
With only 3B activated params and a 128-GPU budget, it substantially outperforms prior open-source unified models on image and video generation while keeping strong understanding.

πŸ’» Repo
⭐ bytedance/Lance β€” 314 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #Multimodal #ComputerUseAgents #Benchmarking

OpenComputer: Verifiable Software Worlds for Computer-Use Agents
πŸ‘€ Jinbiao Wei, Qianran Ma, Yilun Zhao et al.

🎯 Task
Computer-use agent evaluation and benchmark generation

πŸ’‘ Idea
Instead of screenshot or LLM-judge evaluation, uses app-specific state verifiers over real software, then self-refines them from execution disagreements to synthesize and score realistic desktop tasks automatically.

✨ Why it's interesting
Covers 33 apps and 1,000 tasks. Verifiers align better with humans than LLM judges. Best agent hits 68.3% success; open models drop sharply vs OSWorld.

πŸ’» Repo
⭐ echo0715/OpenComputer

πŸ”— paper

via @Papers.Data.Code