Skip to content

Commit 22a808d

Browse files
committed
Added new example paper: examples/generation5/ paper on temporal motion discriminator
1 parent 1d84be3 commit 22a808d

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed
343 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
"Name": "adaptive_reward_weighting",
4+
"Title": "Dynamic Loss Balancing in AMP: Adaptive Reward Weighting for Improved Motion Imitation",
5+
"Experiment": "Implement an adaptive reward weighting system that dynamically adjusts the balance between task and style rewards based on their relative magnitudes during training. The weights should be updated using a moving average of loss ratios. Compare pose error and task performance against the baseline AMP implementation.",
6+
"Interestingness": 7,
7+
"Feasibility": 8,
8+
"Novelty": 6,
9+
"novel": false
10+
},
11+
{
12+
"Name": "hierarchical_discriminator",
13+
"Title": "Multi-Scale Motion Assessment: Hierarchical Discriminators for Natural Movement Generation",
14+
"Experiment": "Modify the AMP discriminator to use a hierarchical architecture with both local and global motion discriminators. The local discriminator focuses on frame-level features while the global discriminator assesses longer temporal sequences. Compare the quality of generated motions against the baseline single discriminator approach.",
15+
"Interestingness": 8,
16+
"Feasibility": 7,
17+
"Novelty": 7,
18+
"novel": false
19+
},
20+
{
21+
"Name": "dataset_specialization",
22+
"Title": "Targeted Motion Priors: Investigating Dataset Specialization in AMP",
23+
"Experiment": "Compare the performance of AMP when trained on specialized motion datasets (e.g., HumanEva focused on basic locomotion) versus general motion capture collections (e.g., full AMASS dataset). Evaluate pose error and motion naturalness for specific tasks like walking.",
24+
"Interestingness": 6,
25+
"Feasibility": 9,
26+
"Novelty": 5,
27+
"novel": false
28+
}
29+
]
518 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Processing report5.pdf...
2+
[========================================] (8/8)
3+
4
4+
Reject
5+
['Insufficient clarity in the description of the methodology, particularly the autoencoder aggregator and adaptive momentum-based smoothing.', 'Lack of theoretical justification for the proposed techniques.', 'Insufficient empirical evidence to robustly support the claimed improvements.', 'Limited experimental validation on a few motion types and lack of comparison with more advanced state-of-the-art methods.', 'The paper does not adequately address potential limitations and ethical concerns.']

0 commit comments

Comments
 (0)