Skip to content

Commit c104f15

Browse files
Reorganize research projects by CV order and add video links
1 parent 2add4f1 commit c104f15

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

research.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,38 @@ will be submittedd
3030
**Methods:**
3131
A Neural Physics Engine is developed using a geometry-aware Graph Neural Network. This network is trained on the high-fidelity dataset generated in the previous topic to predict full-field nodal deformations based on sparse contact primitives provided by a rigid-body simulator. The model acts as a fast proxy solver that injects soft-body physics into a rigid simulation loop.
3232

33-
**Results**
33+
**Main Takeaway**
3434
Takeaway The Neural Physics Engine achieves sub-millimeter accuracy in predicting deformation and runs significantly faster than traditional finite element solvers, enabling real-time simulation of contact-rich tasks. This capability allows for the zero-shot transfer of manipulation policies, such as peg-in-hole insertion, from simulation to the real world.
3535

3636
**Links:**
37-
- [Code](https://github.com/ndolphin-github/VisionTactileSim_Mujoco)
38-
- [Paper] Expected Submission: Dec 2025
37+
- 🔗 [Code](https://github.com/ndolphin-github/VisionTactileSim_Mujoco)
38+
- 📄 [Paper] Expected Submission: Dec 2025
3939

4040
---
4141

42-
### 2. Soft Robot Control & Simulation Framework (AIS Journal)
42+
### 2. DIGIT Sensor & Tactile Simulation (Humanoids Conference)
43+
This work addresses the data scarcity issue in vision-based tactile sensing, where high-resolution visual data exists but lacks corresponding physical ground truth such as force and deformation fields. Existing simulators often prioritize visual realism over mechanical accuracy, limiting their utility for physically grounded learning.
44+
45+
**Demo Video:**
46+
<video width="100%" controls>
47+
<source src="/Videos/topic3.mp4" type="video/mp4">
48+
Your browser does not support the video tag.
49+
</video>
50+
51+
**Methods**
52+
A bidirectional data pipeline is established using a finite element model of a sensor that is rigorously calibrated to real-world indentation data. Two neural networks are trained on paired datasets: a perception network that infers dense physical states from real tactile images, and a rendering network that synthesizes photorealistic images from simulated physical states.
53+
54+
**Main Takeaway**
55+
The framework creates a closed loop between the visual and physical domains, enabling the automatic annotation of real-world tactile images with physical data and the generation of large-scale, physically grounded synthetic datasets. This resolves the labeling bottleneck for tactile perception tasks.
56+
57+
58+
**Links:**
59+
- 🔗 [GitHub Repository](https://github.com/ndolphin-github/DIGIT_simulation)
60+
- 📄 [Humanoids Conference Paper](/Publications/HongTH_Humanoids_2025.pdf)
61+
62+
--
63+
64+
### 3. Soft Robot Control & Simulation Framework (AIS Journal)
4365
Implementation of high-fidelity simulation and surrogate models for soft robot control using physics-based learning.
4466

4567
**Demo Video:**
@@ -61,24 +83,6 @@ Implementation of high-fidelity simulation and surrogate models for soft robot c
6183

6284
---
6385

64-
### 3. DIGIT Sensor & Tactile Simulation (Humanoids Conference)
65-
Development of advanced tactile sensors using DIGIT technology for enhanced robotic manipulation and object recognition.
66-
67-
**Demo Video:**
68-
<video width="100%" controls>
69-
<source src="/Videos/topic2.mp4" type="video/mp4">
70-
Your browser does not support the video tag.
71-
</video>
72-
73-
**Key Features:**
74-
- High-resolution tactile imaging
75-
- Real-time contact detection
76-
- Integration with robotic systems
77-
- Physics-based simulation framework
78-
79-
**Links:**
80-
- 🔗 [GitHub Repository](https://github.com/ndolphin-github/tactile-simulation)
81-
- 📄 [Humanoids Conference Paper](/Publications/HongTH_Humanoids_2025.pdf)
8286

8387
---
8488

0 commit comments

Comments
 (0)