futurefantasy commited on
Commit
acc95d9
verified
1 Parent(s): e801016

Update VLAC-Cut title and positioning

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -12,23 +12,22 @@ tags:
12
  license: other
13
  ---
14
 
15
- # VLAC-Cut
16
-
17
- <p align="center">
18
- <strong>Video-based Task Progress Estimation for Robot Manipulation</strong>
19
- </p>
20
 
21
  <div align="center">
22
 
23
- [Paper](https://arxiv.org/abs/2607.09776) 路 [Code](https://github.com/InternRobotics/VLAC-cut) 路 [Model](https://huggingface.co/InternRobotics/VLAC-Cut) 路 [Benchmark](https://huggingface.co/datasets/InternRobotics/VLAC-Cut-Benchmark)
 
 
 
24
 
25
  </div>
26
 
27
  ## Overview
28
 
29
- **VLAC-Cut** is a video-language model for estimating the temporal progress of robot manipulation tasks. Given a natural-language task instruction, an optional task plan, and an execution video, the model produces timestamped progress estimates throughout the execution.
30
 
31
- Unlike methods that assume task progress increases monotonically over time, VLAC-Cut models non-monotonic execution dynamics, including advancement, stagnation, regression, and recovery. This formulation supports process-level analysis of partial completion, temporary failure, and subsequent recovery.
32
 
33
  This Hugging Face repository contains the VLAC-Cut model weights and loading assets. The official inference examples and evaluation code are maintained in the GitHub repository.
34
 
 
12
  license: other
13
  ---
14
 
15
+ # VLAC-Cut: Process-Level Robot Trajectory Curation via Video Progress Estimation
 
 
 
 
16
 
17
  <div align="center">
18
 
19
+ [Paper](https://arxiv.org/abs/2607.09776) 路
20
+ [Code](https://github.com/InternRobotics/VLAC-cut) 路
21
+ [Model](https://huggingface.co/InternRobotics/VLAC-Cut) 路
22
+ [Benchmark](https://huggingface.co/datasets/InternRobotics/VLAC-Cut-Benchmark)
23
 
24
  </div>
25
 
26
  ## Overview
27
 
28
+ **VLAC-Cut** is a process-level multimodal trajectory critic for robot post-training data curation. Given a natural-language task instruction, an optional task plan, and a robot rollout video, VLAC-Cut estimates signed task progress over time and identifies temporal segments associated with task advancement or degradation.
29
 
30
+ Unlike methods that assume task progress increases monotonically over time, VLAC-Cut models non-monotonic execution dynamics, including advancement, stagnation, regression, and recovery. This formulation supports process-level analysis of partial completion, temporary failure, subsequent recovery, and rollout segmentation for post-training data selection.
31
 
32
  This Hugging Face repository contains the VLAC-Cut model weights and loading assets. The official inference examples and evaluation code are maintained in the GitHub repository.
33