π Paper #Paper #CV #MultimodalLearning #ImageGeneration
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
π€ Zhiheng Liu, Weiming Ren, Xiaoke Huang et al.
π― Task
Unified multimodal understanding and generation
π‘ Idea
Direct patch embeddings replace VAE and representation encoders, so one transformer handles text, images, and pixel-space generation end to end. A masking-based visual feature learning scheme stabilizes training and improves pixel-space representations.
β¨ Why it's interesting
At 7B, it reaches SOTA among native UMMs on understanding and stays competitive on generation.
π» Repo
β facebookresearch/tuna-2 β 139 stars
π paper
via @Papers.Data.Code
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
π€ Zhiheng Liu, Weiming Ren, Xiaoke Huang et al.
π― Task
Unified multimodal understanding and generation
π‘ Idea
Direct patch embeddings replace VAE and representation encoders, so one transformer handles text, images, and pixel-space generation end to end. A masking-based visual feature learning scheme stabilizes training and improves pixel-space representations.
β¨ Why it's interesting
At 7B, it reaches SOTA among native UMMs on understanding and stays competitive on generation.
π» Repo
β facebookresearch/tuna-2 β 139 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - facebookresearch/tuna-2: Official implementation of Tuna-2: Pixel Embeddings Beat Vision Encoders for Unified Understandingβ¦
Official implementation of Tuna-2: Pixel Embeddings Beat Vision Encoders for Unified Understanding and Generation - facebookresearch/tuna-2
π Paper #Paper #MultiAgentSystems #MultiAgentSystems #Reasoning
Recursive Multi-Agent Systems
π€ Xiyuan Yang, Jiaru Zou, Rui Pan et al.
π― Task
Multi-agent LLM reasoning
π‘ Idea
Latent-state recursion across agents via lightweight RecursiveLink modules β agents pass and refine hidden states in a loop, with inner-outer training for whole-system credit assignment instead of text-based coordination.
β¨ Why it's interesting
Avg +8.3% accuracy, 1.2-2.4x faster inference, and 34.6-75.6% fewer tokens vs baselines.
π» Repo
β RecursiveMAS/RecursiveMAS β 30 stars
π paper
via @Papers.Data.Code
Recursive Multi-Agent Systems
π€ Xiyuan Yang, Jiaru Zou, Rui Pan et al.
π― Task
Multi-agent LLM reasoning
π‘ Idea
Latent-state recursion across agents via lightweight RecursiveLink modules β agents pass and refine hidden states in a loop, with inner-outer training for whole-system credit assignment instead of text-based coordination.
β¨ Why it's interesting
Avg +8.3% accuracy, 1.2-2.4x faster inference, and 34.6-75.6% fewer tokens vs baselines.
π» Repo
β RecursiveMAS/RecursiveMAS β 30 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - RecursiveMAS/RecursiveMAS: Offical Implementation for "Recursive Multi-Agent Systems"
Offical Implementation for "Recursive Multi-Agent Systems" - RecursiveMAS/RecursiveMAS
π Paper #Paper #AudioReasoning #AudioReasoning #Rlhf
Step-Audio-R1.5 Technical Report
π€ Yuxin Zhang, Xiangyu Tony Zhang, Daijiao Liu et al.
π― Task
Audio reasoning for multi-turn spoken dialogue
π‘ Idea
RLHF with a rubric-guided generated reward model compares responses in multi-turn audio chats, optimizing naturalness, coherence, and instruction retention beyond label-only RLVR.
β¨ Why it's interesting
77.97 avg across 8 benchmarks, +5.47 over Step-Audio-R1; 41.15 on Audio MC.
π» Repo
β stepfun-ai/Step-Audio-R1 β 647 stars
π paper π dataset
via @Papers.Data.Code
Step-Audio-R1.5 Technical Report
π€ Yuxin Zhang, Xiangyu Tony Zhang, Daijiao Liu et al.
π― Task
Audio reasoning for multi-turn spoken dialogue
π‘ Idea
RLHF with a rubric-guided generated reward model compares responses in multi-turn audio chats, optimizing naturalness, coherence, and instruction retention beyond label-only RLVR.
β¨ Why it's interesting
77.97 avg across 8 benchmarks, +5.47 over Step-Audio-R1; 41.15 on Audio MC.
π» Repo
β stepfun-ai/Step-Audio-R1 β 647 stars
π paper π dataset
via @Papers.Data.Code
GitHub
GitHub - stepfun-ai/Step-Audio-R1
Contribute to stepfun-ai/Step-Audio-R1 development by creating an account on GitHub.
π₯1
π» Repo #Repo #TestDrivenDevelopment #TestDrivenDevelopment #CodingAgents
Evan Flow
π€ evanklem
π― Task
AI-assisted software development workflow
π‘ Idea
Single-entry workflow for Claude Code that orchestrates brainstorm β plan β execute β iterate, with vertical-slice TDD inside coding tasks, optional parallel coder/overseer subagents, and a hook blocking dangerous git commands.
β¨ Why it's interesting
Keeps users in control with approval checkpoints, no auto-commits, and blocked destructive git ops.
π» Repo
β evanklem/evanflow β 356 stars (+356 3d)
Shell
π paper
via @Papers.Data.Code
Evan Flow
π€ evanklem
π― Task
AI-assisted software development workflow
π‘ Idea
Single-entry workflow for Claude Code that orchestrates brainstorm β plan β execute β iterate, with vertical-slice TDD inside coding tasks, optional parallel coder/overseer subagents, and a hook blocking dangerous git commands.
β¨ Why it's interesting
Keeps users in control with approval checkpoints, no auto-commits, and blocked destructive git ops.
π» Repo
β evanklem/evanflow β 356 stars (+356 3d)
Shell
π paper
via @Papers.Data.Code
GitHub
GitHub - evanklem/evanflow: A TDD-driven iterative feedback loop for software development. 16 cohesive Claude Code skills walkβ¦
A TDD-driven iterative feedback loop for software development. 16 cohesive Claude Code skills walk an idea from brainstorm β plan β execute β iterate, with checkpoints throughout. - evanklem/evanflow
π Paper #Paper #InstructionTuning #InstructionTuning #KnowledgeGraphs
Programming with Data: Test-Driven Data Engineering for Self-Improving LLMs from Raw Corpora
π€ Chenkai Pan, Xinglong Xu, Yuhang Xu et al.
π― Task
Domain-specific LLM fine-tuning
π‘ Idea
Shared L1 concepts, L2 relations, and L3 reasoning chains drive both SFT data and benchmarks; failures are traced to concept gaps or reasoning deficits and repaired with targeted data patches.
β¨ Why it's interesting
Across 16 disciplines, one debug round let a 32B model beat GPT-5.4, Gemini-3-flash, and DeepSeek-v3.2.
π» Repo
β OpenRaiser/ProDa β 43 stars
π paper
via @Papers.Data.Code
Programming with Data: Test-Driven Data Engineering for Self-Improving LLMs from Raw Corpora
π€ Chenkai Pan, Xinglong Xu, Yuhang Xu et al.
π― Task
Domain-specific LLM fine-tuning
π‘ Idea
Shared L1 concepts, L2 relations, and L3 reasoning chains drive both SFT data and benchmarks; failures are traced to concept gaps or reasoning deficits and repaired with targeted data patches.
β¨ Why it's interesting
Across 16 disciplines, one debug round let a 32B model beat GPT-5.4, Gemini-3-flash, and DeepSeek-v3.2.
π» Repo
β OpenRaiser/ProDa β 43 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - OpenRaiser/ProDa: π Data Engineering from Raw Corpora
π Data Engineering from Raw Corpora. Contribute to OpenRaiser/ProDa development by creating an account on GitHub.
π Paper #Paper #MultimodalAgents #MultimodalAgents #ToolUse
GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents
π€ V Team, Wenyi Hong, Xiaotao Gu et al.
π― Task
Multimodal agent foundation model
π‘ Idea
Native multimodal agent model with CogViT and multimodal multi-token prediction using <|image|> placeholders, plus joint RL over 30+ perception, reasoning, coding, and GUI tasks for end-to-end tool use.
β¨ Why it's interesting
Scores 94.8 on Design2Code and 75.7 on AndroidWorld; RL adds +4.9 on OSWorld.
π» Repo
β zai-org/GLM-V β 2.3k stars
β zai-org/ImageMining β 2.3k stars
β zai-org/GLM-skills β 2.3k stars
π paper
via @Papers.Data.Code
GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents
π€ V Team, Wenyi Hong, Xiaotao Gu et al.
π― Task
Multimodal agent foundation model
π‘ Idea
Native multimodal agent model with CogViT and multimodal multi-token prediction using <|image|> placeholders, plus joint RL over 30+ perception, reasoning, coding, and GUI tasks for end-to-end tool use.
β¨ Why it's interesting
Scores 94.8 on Design2Code and 75.7 on AndroidWorld; RL adds +4.9 on OSWorld.
π» Repo
β zai-org/GLM-V β 2.3k stars
β zai-org/ImageMining β 2.3k stars
β zai-org/GLM-skills β 2.3k stars
π paper
via @Papers.Data.Code
GitHub
GitHub - zai-org/GLM-V: GLM-4.6V/4.5V/4.1V-Thinking: Towards Versatile Multimodal Reasoning with Scalable Reinforcement Learning
GLM-4.6V/4.5V/4.1V-Thinking: Towards Versatile Multimodal Reasoning with Scalable Reinforcement Learning - zai-org/GLM-V
π Dataset #Dataset #RubricBasedEvaluation #RubricBasedEvaluation #PhysicianWritten
HealthBench Professional
π€ openai
π― Task
Clinical response evaluation
π‘ Idea
Structured medical eval examples with conversations, physician responses, and scored rubric items, labeled by use case, red-teaming vs good-faith, difficulty, and specialty.
β¨ Why it's interesting
Physician answers plus rubrics enable consistent scoring of model performance across clinical use cases.
Downloads: 5.7k | Likes: 43
π dataset π repo
via @Papers.Data.Code
HealthBench Professional
π€ openai
π― Task
Clinical response evaluation
π‘ Idea
Structured medical eval examples with conversations, physician responses, and scored rubric items, labeled by use case, red-teaming vs good-faith, difficulty, and specialty.
β¨ Why it's interesting
Physician answers plus rubrics enable consistent scoring of model performance across clinical use cases.
Downloads: 5.7k | Likes: 43
π dataset π repo
via @Papers.Data.Code
huggingface.co
openai/healthbench-professional Β· Datasets at Hugging Face
Weβre on a journey to advance and democratize artificial intelligence through open source and open science.
π» Repo #Repo #Gbnf #Gbnf #LlamaCpp
Structured Cot
π€ andthattoo
π― Task
Reasoning token compression for code generation
π‘ Idea
Constrain a model's thinking into short structured fields like GOAL/APPROACH/EDGE or GOAL/STATE/ALGO/EDGE/VERIFY at inference time, then let it generate code normally to reduce verbose CoT and compare free vs constrained runs.
β¨ Why it's interesting
No training; 22.4Γ fewer think tokens on HumanEval+ and +14 pp pass@1 on LiveCodeBench.
π» Repo
β andthattoo/structured-cot β 196 stars (+154 3d)
Python
π paper
via @Papers.Data.Code
Structured Cot
π€ andthattoo
π― Task
Reasoning token compression for code generation
π‘ Idea
Constrain a model's thinking into short structured fields like GOAL/APPROACH/EDGE or GOAL/STATE/ALGO/EDGE/VERIFY at inference time, then let it generate code normally to reduce verbose CoT and compare free vs constrained runs.
β¨ Why it's interesting
No training; 22.4Γ fewer think tokens on HumanEval+ and +14 pp pass@1 on LiveCodeBench.
π» Repo
β andthattoo/structured-cot β 196 stars (+154 3d)
Python
π paper
via @Papers.Data.Code
GitHub
GitHub - andthattoo/structured-cot: Structured Chain-of-Thought
Structured Chain-of-Thought. Contribute to andthattoo/structured-cot development by creating an account on GitHub.
π Paper #Paper #LLM #MultiAgentSystems #AgentOrchestration
From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company
π€ Zhengxu Yu, Yu Fu, Zhiyuan He et al.
π― Task
Multi-agent organization and coordination
π‘ Idea
Talent-Container architecture separates agent identity from runtime, while a Talent Market recruits verified agents on demand and E2R tree search plans, executes, and reviews tasks with formal guarantees.
β¨ Why it's interesting
84.67% success on PRDBench, beating prior SOTA by 15.48 points.
π» Repo
β 1mancompany/OneManCompany β 119 stars
π paper
via @Papers.Data.Code
From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company
π€ Zhengxu Yu, Yu Fu, Zhiyuan He et al.
π― Task
Multi-agent organization and coordination
π‘ Idea
Talent-Container architecture separates agent identity from runtime, while a Talent Market recruits verified agents on demand and E2R tree search plans, executes, and reviews tasks with formal guarantees.
β¨ Why it's interesting
84.67% success on PRDBench, beating prior SOTA by 15.48 points.
π» Repo
β 1mancompany/OneManCompany β 119 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - 1mancompany/OneManCompany: Build Your Agent Company with OMC
Build Your Agent Company with OMC. Contribute to 1mancompany/OneManCompany development by creating an account on GitHub.
π₯1
π Weekly Digest | Apr 25 β May 02
#WeeklyDigest
π Papers
World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
#TextToVideo #ReinforcementLearning #3DConsistency
RL text-to-video fine-tuning βΆ boosts 3D consistency PSNR
β Learn more...
GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents
#MultimodalAgents #ToolUse #ReinforcementLearning
Multimodal agent model βΆ tool use and GUI interaction
β Learn more...
Recursive Multi-Agent Systems
#MultiAgentSystems #Reasoning #LatentSpace
RecursiveMAS latent recursion βΆ +8.3% accuracy, fewer tokens
β Learn more...
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
#MultimodalLearning #ImageGeneration #VisionLanguageModels
Direct patch embeddings βΆ unified multimodal understanding generation
β Learn more...
Step-Audio-R1.5 Technical Report
#AudioReasoning #Rlhf #SpokenDialogue
Rubric-guided audio RLHF βΆ improves long-turn spoken dialogue
β Learn more...
From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company
#MultiAgentSystems #AgentOrchestration #TaskPlanning
OMC multi-agent orchestration βΆ 84.67% on PRDBench
β Learn more...
π» Repos
andthattoo/structured-cot β
#Gbnf #LlamaCpp #CodeBenchmarks
Grammar-constrained CoT βΆ 22.4Γ fewer think tokens
β Learn more...
deepseek-ai/TileKernels β
#MixtureOfExperts #Quantization #GpuKernels
TileLang GPU kernels βΆ LLM ops near hardware limits
β Learn more...
antirez/llama.cpp-deepseek-v4-flash β
#Cpp #Gguf #Quantization
llama.cpp DeepSeek v4 Flash βΆ local MacBook inference
β Learn more...
π Datasets
HΒ³D: High-quality Holistic 3D Editing Dataset
#3DEditing #InstructionFollowing #PartLevel
3D editing dataset βΆ trains part-level 3D editors
β Learn more...
MathNet v0 β Olympiad Math Reasoning & Retrieval
#CompetitionMath #Multimodal #Retrieval
Multilingual Olympiad math dataset βΆ reasoning and retrieval benchmark
β Learn more...
β‘οΈ Tomorrow β Computer Vision Monthly
via @Papers.Data.Code
#WeeklyDigest
π Papers
World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
#TextToVideo #ReinforcementLearning #3DConsistency
RL text-to-video fine-tuning βΆ boosts 3D consistency PSNR
β Learn more...
GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents
#MultimodalAgents #ToolUse #ReinforcementLearning
Multimodal agent model βΆ tool use and GUI interaction
β Learn more...
Recursive Multi-Agent Systems
#MultiAgentSystems #Reasoning #LatentSpace
RecursiveMAS latent recursion βΆ +8.3% accuracy, fewer tokens
β Learn more...
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
#MultimodalLearning #ImageGeneration #VisionLanguageModels
Direct patch embeddings βΆ unified multimodal understanding generation
β Learn more...
Step-Audio-R1.5 Technical Report
#AudioReasoning #Rlhf #SpokenDialogue
Rubric-guided audio RLHF βΆ improves long-turn spoken dialogue
β Learn more...
From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company
#MultiAgentSystems #AgentOrchestration #TaskPlanning
OMC multi-agent orchestration βΆ 84.67% on PRDBench
β Learn more...
π» Repos
andthattoo/structured-cot β
#Gbnf #LlamaCpp #CodeBenchmarks
Grammar-constrained CoT βΆ 22.4Γ fewer think tokens
β Learn more...
deepseek-ai/TileKernels β
#MixtureOfExperts #Quantization #GpuKernels
TileLang GPU kernels βΆ LLM ops near hardware limits
β Learn more...
antirez/llama.cpp-deepseek-v4-flash β
#Cpp #Gguf #Quantization
llama.cpp DeepSeek v4 Flash βΆ local MacBook inference
β Learn more...
π Datasets
HΒ³D: High-quality Holistic 3D Editing Dataset
#3DEditing #InstructionFollowing #PartLevel
3D editing dataset βΆ trains part-level 3D editors
β Learn more...
MathNet v0 β Olympiad Math Reasoning & Retrieval
#CompetitionMath #Multimodal #Retrieval
Multilingual Olympiad math dataset βΆ reasoning and retrieval benchmark
β Learn more...
β‘οΈ Tomorrow β Computer Vision Monthly
via @Papers.Data.Code
π Monthly: Computer Vision | Apr 03 β May 03
#MonthlyDigest #CV
π Papers
World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
#TextToVideo #ReinforcementLearning #3DConsistency
RL text-to-video tuning βΆ boosts 3D consistency PSNR
β Learn more...
LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model
#MultimodalLearning #ImageGeneration #DiffusionModels
Discrete diffusion LLM βΆ unifies multimodal understanding and generation
β Learn more...
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
#MultimodalLearning #ImageGeneration #VisionLanguageModels
Direct patch embeddings βΆ unified multimodal understanding generation
β Learn more...
Vista4D: Video Reshooting with 4D Point Clouds
#NovelViewSynthesis #VideoDiffusion #3DReconstruction
4D point cloud reshooting βΆ best camera and 3D consistency
β Learn more...
CoInteract: Physically-Consistent Human-Object Interaction Video Synthesis via Spatially-Structured Co-Generation
#VideoGeneration #DiffusionTransformers #HumanObjectInteraction
Diffusion HOI video synthesis βΆ improves stability and contact realism
β Learn more...
π» Repos
facex-engine/facex β
#FaceVerification #Webassembly #CpuInference
Local face embeddings βΆ browser CPU verification
β Learn more...
π Datasets
Sleep Health & Daily Performance Dataset
#Classification #Regression #HealthConditions
Synthetic sleep health dataset βΆ benchmarks 3 prediction tasks
β Learn more...
β‘ Trends
βΈ Unified multimodal models increasingly merge visual understanding, generation, and editing end-to-end.
βΈ Video generation methods add explicit 3D or geometry grounding for consistency.
βΈ Specialized architectural priors target realism in controllable human and camera-centric video synthesis.
π§ TL;DR
π World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
RL adds strong 3D-consistent video generation without architecture or inference changes
β facex-engine/facex β
Tiny local face verification runs fast on browser and CPU
π‘ Vision models are converging toward unified, geometry-grounded, practically deployable generation systems.
via @Papers.Data.Code
#MonthlyDigest #CV
π Papers
World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
#TextToVideo #ReinforcementLearning #3DConsistency
RL text-to-video tuning βΆ boosts 3D consistency PSNR
β Learn more...
LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model
#MultimodalLearning #ImageGeneration #DiffusionModels
Discrete diffusion LLM βΆ unifies multimodal understanding and generation
β Learn more...
Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation
#MultimodalLearning #ImageGeneration #VisionLanguageModels
Direct patch embeddings βΆ unified multimodal understanding generation
β Learn more...
Vista4D: Video Reshooting with 4D Point Clouds
#NovelViewSynthesis #VideoDiffusion #3DReconstruction
4D point cloud reshooting βΆ best camera and 3D consistency
β Learn more...
CoInteract: Physically-Consistent Human-Object Interaction Video Synthesis via Spatially-Structured Co-Generation
#VideoGeneration #DiffusionTransformers #HumanObjectInteraction
Diffusion HOI video synthesis βΆ improves stability and contact realism
β Learn more...
π» Repos
facex-engine/facex β
#FaceVerification #Webassembly #CpuInference
Local face embeddings βΆ browser CPU verification
β Learn more...
π Datasets
Sleep Health & Daily Performance Dataset
#Classification #Regression #HealthConditions
Synthetic sleep health dataset βΆ benchmarks 3 prediction tasks
β Learn more...
β‘ Trends
βΈ Unified multimodal models increasingly merge visual understanding, generation, and editing end-to-end.
βΈ Video generation methods add explicit 3D or geometry grounding for consistency.
βΈ Specialized architectural priors target realism in controllable human and camera-centric video synthesis.
π§ TL;DR
π World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
RL adds strong 3D-consistent video generation without architecture or inference changes
β facex-engine/facex β
Tiny local face verification runs fast on browser and CPU
π‘ Vision models are converging toward unified, geometry-grounded, practically deployable generation systems.
via @Papers.Data.Code
π Paper #Paper #Multimodal #AgentSystems #FoundationModels
Heterogeneous Scientific Foundation Model Collaboration
π€ Zihao Li, Jiaru Zou, Feihao Fang et al.
π― Task
Heterogeneous scientific agent systems
π‘ Idea
LLM-to-FM interfaces wrap specialized foundation models as agents: a query compiler creates structured calls, a response adapter feeds outputs back to reasoning, and a planner can orchestrate mixed LLM and FM agents.
β¨ Why it's interesting
~7% higher utility, ~30% fewer tokens, and ~10% faster than single-LLM agents.
π» Repo
β Violet24K/Eywa β 18 stars
π paper
via @Papers.Data.Code
Heterogeneous Scientific Foundation Model Collaboration
π€ Zihao Li, Jiaru Zou, Feihao Fang et al.
π― Task
Heterogeneous scientific agent systems
π‘ Idea
LLM-to-FM interfaces wrap specialized foundation models as agents: a query compiler creates structured calls, a response adapter feeds outputs back to reasoning, and a planner can orchestrate mixed LLM and FM agents.
β¨ Why it's interesting
~7% higher utility, ~30% fewer tokens, and ~10% faster than single-LLM agents.
π» Repo
β Violet24K/Eywa β 18 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - Violet24K/Eywa: Heterogeneous Scientific Foundation Model Collaboration
Heterogeneous Scientific Foundation Model Collaboration - Violet24K/Eywa
π Dataset #Dataset #LLM #CodingAgent #AgentTraces
SWE-chat
π€ SALT-NLP
π― Task
AI coding session modeling
π‘ Idea
205+ repositories of real developerβAI coding sessions with full chat transcripts, tool calls, thinking traces, code changes, and authorship attribution between humans and agents.
β¨ Why it's interesting
Combines interaction traces with code edits and authorship labels, enabling study of real human-agent coding workflows.
Size: 205+ repositories
Downloads: 1.5k | Likes: 34
π dataset
via @Papers.Data.Code
SWE-chat
π€ SALT-NLP
π― Task
AI coding session modeling
π‘ Idea
205+ repositories of real developerβAI coding sessions with full chat transcripts, tool calls, thinking traces, code changes, and authorship attribution between humans and agents.
β¨ Why it's interesting
Combines interaction traces with code edits and authorship labels, enabling study of real human-agent coding workflows.
Size: 205+ repositories
Downloads: 1.5k | Likes: 34
π dataset
via @Papers.Data.Code
π» Repo #Repo #LLM #DiscreteDiffusion #Distillation
Tide
π€ PKU-YuanGroup
π― Task
Diffusion LLM distillation
π‘ Idea
Distill large diffusion LLM teachers into a 0.6B student even when teacher and student differ in architecture, attention, and tokenizer, with released training scripts, checkpoints, datasets, and 8-benchmark evaluation.
β¨ Why it's interesting
+1.53 avg over BD3LM, +16.48 HumanEval over AR, 22Γ lower peak memory, and 5.2Γ faster inference.
π» Repo
β PKU-YuanGroup/TIDE β 64 stars (+62 3d)
Python
via @Papers.Data.Code
Tide
π€ PKU-YuanGroup
π― Task
Diffusion LLM distillation
π‘ Idea
Distill large diffusion LLM teachers into a 0.6B student even when teacher and student differ in architecture, attention, and tokenizer, with released training scripts, checkpoints, datasets, and 8-benchmark evaluation.
β¨ Why it's interesting
+1.53 avg over BD3LM, +16.48 HumanEval over AR, 22Γ lower peak memory, and 5.2Γ faster inference.
π» Repo
β PKU-YuanGroup/TIDE β 64 stars (+62 3d)
Python
via @Papers.Data.Code
GitHub
GitHub - PKU-YuanGroup/TIDE: Turning the TIDE: Cross-Architecture Distillation for Diffusion Large Language Models
Turning the TIDE: Cross-Architecture Distillation for Diffusion Large Language Models - PKU-YuanGroup/TIDE
π Paper #Paper #Robotics #SLAM #OpenVocabulary
RADIO-ViPE: Online Tightly Coupled Multi-Modal Fusion for Open-Vocabulary Semantic SLAM in Dynamic Environments
π€ Zaid Nasser, Mikhail Iumanov, Tianhao Li et al.
π― Task
Open-vocabulary semantic SLAM
π‘ Idea
Tightly coupled bundle adjustment fuses dense RADIO/RADSeg vision-language embeddings with geometry, plus temporally adaptive robust kernels to down-weight moving or displaced objects.
β¨ Why it's interesting
Best average ATE on dynamic TUM-RGBD: 1.63 cm; top-3 on Replica semantic mapping.
π» Repo
β be2rlab/RADIO-ViPE β 74 stars
π paper
via @Papers.Data.Code
RADIO-ViPE: Online Tightly Coupled Multi-Modal Fusion for Open-Vocabulary Semantic SLAM in Dynamic Environments
π€ Zaid Nasser, Mikhail Iumanov, Tianhao Li et al.
π― Task
Open-vocabulary semantic SLAM
π‘ Idea
Tightly coupled bundle adjustment fuses dense RADIO/RADSeg vision-language embeddings with geometry, plus temporally adaptive robust kernels to down-weight moving or displaced objects.
β¨ Why it's interesting
Best average ATE on dynamic TUM-RGBD: 1.63 cm; top-3 on Replica semantic mapping.
π» Repo
β be2rlab/RADIO-ViPE β 74 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - be2rlab/RADIO-ViPE: Online Tightly Coupled Vision-Language-Geometry Fusion for Open-Vocabulary Semantic SLAM
Online Tightly Coupled Vision-Language-Geometry Fusion for Open-Vocabulary Semantic SLAM - be2rlab/RADIO-ViPE
π Paper #Paper #Multimodal #VideoGeneration #DiffusionModels
UniVidX: A Unified Multimodal Framework for Versatile Video Generation via Diffusion Priors
π€ Houyuan Chen, Hong Li, Xianghao Kong et al.
π― Task
Multimodal video generation
π‘ Idea
Stochastic condition masking enables omni-directional generation; decoupled gated LoRA adds per-modality adapters only for targets; cross-modal self-attention shares keys/values across modalities for alignment.
β¨ Why it's interesting
Competitive with state of the art across tasks; robust in-the-wild with <1k training videos.
π» Repo
β houyuanchen111/UniVidX β 44 stars
π paper
via @Papers.Data.Code
UniVidX: A Unified Multimodal Framework for Versatile Video Generation via Diffusion Priors
π€ Houyuan Chen, Hong Li, Xianghao Kong et al.
π― Task
Multimodal video generation
π‘ Idea
Stochastic condition masking enables omni-directional generation; decoupled gated LoRA adds per-modality adapters only for targets; cross-modal self-attention shares keys/values across modalities for alignment.
β¨ Why it's interesting
Competitive with state of the art across tasks; robust in-the-wild with <1k training videos.
π» Repo
β houyuanchen111/UniVidX β 44 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - houyuanchen111/UniVidX: [SIGGRAPH 2026 / TOG] Official code of the paper "UniVidX: A Unified Multimodal Framework forβ¦
[SIGGRAPH 2026 / TOG] Official code of the paper "UniVidX: A Unified Multimodal Framework for Versatile Video Generation via Diffusion Priors". - houyuanchen111/UniVidX
π Dataset #Dataset #TimeSeries #GlobalHealth #CountryLevel
WHO Global Health Indicators for Prediction
π€ patelris
π― Task
Global health time series forecasting
π‘ Idea
100k+ country-year health records across wide, long, latest-value, and metadata tables: 200+ countries, 2000-2024, 43 indicator definitions, demographics, mortality, spending, immunization, nutrition, and GDP.
β¨ Why it's interesting
Wide + long formats and country metadata support cross-country trend analysis, forecasting, and dashboarding.
Size: 100k+ data points; 5,275 rows main table
Downloads: 284 | Likes: 26
π dataset
via @Papers.Data.Code
WHO Global Health Indicators for Prediction
π€ patelris
π― Task
Global health time series forecasting
π‘ Idea
100k+ country-year health records across wide, long, latest-value, and metadata tables: 200+ countries, 2000-2024, 43 indicator definitions, demographics, mortality, spending, immunization, nutrition, and GDP.
β¨ Why it's interesting
Wide + long formats and country metadata support cross-country trend analysis, forecasting, and dashboarding.
Size: 100k+ data points; 5,275 rows main table
Downloads: 284 | Likes: 26
π dataset
via @Papers.Data.Code
Kaggle
Health Indicators Dataset for Forecasting (WHO)
150+ countries with 60 years of health, mortality & development data
π Paper #Paper #CV #MotionCapture #PoseEstimation
MoCapAnything V2: End-to-End Motion Capture for Arbitrary Skeletons
π€ Kehong Gong, Zhengyu Wen, Dao Thien Phong et al.
π― Task
Arbitrary-skeleton motion capture
π‘ Idea
Learnable Video-to-Pose-to-Rotation pipeline with GL-GMHA attention. A reference pose-rotation pair plus rest pose anchors each asset's coordinate system, making pose-to-rotation prediction learnable and end-to-end.
β¨ Why it's interesting
Cuts rotation error from ~17Β° to ~10Β°, reaches 6.54Β° on unseen skeletons, and runs ~20Γ faster.
π» Repo
β animotionlab26/MocapAnything β 166 stars
π paper
via @Papers.Data.Code
MoCapAnything V2: End-to-End Motion Capture for Arbitrary Skeletons
π€ Kehong Gong, Zhengyu Wen, Dao Thien Phong et al.
π― Task
Arbitrary-skeleton motion capture
π‘ Idea
Learnable Video-to-Pose-to-Rotation pipeline with GL-GMHA attention. A reference pose-rotation pair plus rest pose anchors each asset's coordinate system, making pose-to-rotation prediction learnable and end-to-end.
β¨ Why it's interesting
Cuts rotation error from ~17Β° to ~10Β°, reaches 6.54Β° on unseen skeletons, and runs ~20Γ faster.
π» Repo
β animotionlab26/MocapAnything β 166 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - animotionlab26/MocapAnything
Contribute to animotionlab26/MocapAnything development by creating an account on GitHub.
π» Repo #Repo #CV #3DReconstruction #GaussianSplatting
Gen Wild Splat
π€ Vinayak-VG
π― Task
Sparse-view 3D reconstruction from unconstrained images
π‘ Idea
Reconstructs a 3D Gaussian splat from 2-6 unposed photos, jointly estimating camera poses, depth, and appearance while masking transient objects and optionally refining renderings for multi-view consistency.
β¨ Why it's interesting
Produces a 3D Gaussian splat in roughly 3 seconds on a single A6000 GPU.
π» Repo
β Vinayak-VG/GenWildSplat β 24 stars (+24 3d)
Python
via @Papers.Data.Code
Gen Wild Splat
π€ Vinayak-VG
π― Task
Sparse-view 3D reconstruction from unconstrained images
π‘ Idea
Reconstructs a 3D Gaussian splat from 2-6 unposed photos, jointly estimating camera poses, depth, and appearance while masking transient objects and optionally refining renderings for multi-view consistency.
β¨ Why it's interesting
Produces a 3D Gaussian splat in roughly 3 seconds on a single A6000 GPU.
π» Repo
β Vinayak-VG/GenWildSplat β 24 stars (+24 3d)
Python
via @Papers.Data.Code
GitHub
GitHub - Vinayak-VG/GenWildSplat: [CVPR 2026] GenWildSplat: Generalizable Sparse-View 3D Reconstruction from Unconstrained Images
[CVPR 2026] GenWildSplat: Generalizable Sparse-View 3D Reconstruction from Unconstrained Images - Vinayak-VG/GenWildSplat
π Paper #Paper #Robotics #VisionLanguageAction #EmbodiedReasoning
MolmoAct2: Action Reasoning Models for Real-world Deployment
π€ Haoquan Fang, Jiafei Duan, Donovan Clay et al.
π― Task
Vision-language-action robot control
π‘ Idea
Embodied-reasoning VLM + flow-matching action expert via per-layer KV-cache conditioning, plus adaptive depth tokens that update only changed regions to cut reasoning latency.
β¨ Why it's interesting
Beats strong VLA baselines incl. Ο0.5 on 7 benchmarks; Molmo2-ER gets 63.8% avg on 13 ER benchmarks.
π» Repo
β allenai/molmoact2 β 30 stars
π paper
via @Papers.Data.Code
MolmoAct2: Action Reasoning Models for Real-world Deployment
π€ Haoquan Fang, Jiafei Duan, Donovan Clay et al.
π― Task
Vision-language-action robot control
π‘ Idea
Embodied-reasoning VLM + flow-matching action expert via per-layer KV-cache conditioning, plus adaptive depth tokens that update only changed regions to cut reasoning latency.
β¨ Why it's interesting
Beats strong VLA baselines incl. Ο0.5 on 7 benchmarks; Molmo2-ER gets 63.8% avg on 13 ER benchmarks.
π» Repo
β allenai/molmoact2 β 30 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - allenai/molmoact2: Official Repository for MolmoAct2
Official Repository for MolmoAct2. Contribute to allenai/molmoact2 development by creating an account on GitHub.
π Dataset #Dataset #Tabular #QuantumChemistry #AtomizationEnergy
MSR-ACC/TAE25
π€ microsoft
π― Task
Molecular property prediction
π‘ Idea
73,040 QCSchema molecular records with CCSD(T)/CBS total atomization energies via W1-F12, covering closed-shell neutral equilibrium molecules with up to 5 non-hydrogen atoms from elements up to argon, plus geometry, graphs, and related energy fields.
β¨ Why it's interesting
Large, accurate, chemically diverse labels enable broad benchmarking and training beyond typical organic-only sets.
Size: 73,040 molecules
Downloads: 360 | Likes: 4
π dataset
via @Papers.Data.Code
MSR-ACC/TAE25
π€ microsoft
π― Task
Molecular property prediction
π‘ Idea
73,040 QCSchema molecular records with CCSD(T)/CBS total atomization energies via W1-F12, covering closed-shell neutral equilibrium molecules with up to 5 non-hydrogen atoms from elements up to argon, plus geometry, graphs, and related energy fields.
β¨ Why it's interesting
Large, accurate, chemically diverse labels enable broad benchmarking and training beyond typical organic-only sets.
Size: 73,040 molecules
Downloads: 360 | Likes: 4
π dataset
via @Papers.Data.Code
huggingface.co
microsoft/msr-acc-tae25 Β· Datasets at Hugging Face
Weβre on a journey to advance and democratize artificial intelligence through open source and open science.