Pith. sign in

REVIEW 5 major objections 5 minor 1 cited by

Contact-Aware Amodal Completion for Human-Object Interaction via Multi-Regional Inpainting

T0 review · 5 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A training-free diffusion method completes occluded objects in human-object interactions by splitting the occluder into two priority regions.

desk verdict A sensible two-region inpainting idea for HOI amodal completion, but this version lacks the method and experiments, leaving the central claim and the hull assumption unverified. read the letter →

arxiv 2508.00427 v1 pith:DPGHNJFB submitted 2025-08-01 cs.CV cs.AI

classification cs.CVcs.AI
keywords amodalcompletionhuman-objectinteractiondiffusionmodelimageinpaintingcontactestimationconvexhullmulti-regionalocclusion
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tackles amodal completion for human-object interaction: inferring the full shape of an object when a person occludes part of it. Existing diffusion-based inpainters often overextend or misplace the completed object because they treat the whole occluder as the region to fill. The authors propose to use physical priors—contact points between hand and object, and the human-object boundary—to split the occluder into a primary region, where the hidden object parts most likely sit, and a secondary region with lower probability. They then apply customized denoising strategies to each region inside a pre-trained latent diffusion model, without additional training. Their experiments show this two-region approach substantially outperforms existing single-region baselines in HOI scenarios, and remains effective even when contact annotations are predicted rather than ground-truth.

What carries the argument

The key object is the two-region decomposition of the occluder: the primary region mask $M_p$, obtained by a convex hull over contact points and the human-object boundary, and the secondary region $M_s$ covering the rest of the occluder. This mask pair feeds a multi-regional inpainting procedure that runs a pre-trained latent diffusion model with different denoising strategies per region—coarse structure in $M_p$ and finer detail in $M_s$—so the completion is focused where the hidden object actually is.

What would settle it

Construct an HOI image where the occluded portion of an object falls outside the convex hull of the contact points and the human-object boundary—for instance, a person holding a long rod with the far end hidden behind their back—and measure whether the method's completed object recovers that outside-hull part. A systematic failure to reconstruct parts outside the primary region would falsify the core localization assumption.

Watch

Extended reading notes

Core claim

The central claim is that the occluded parts of an object during human-object interaction can be localized with a convex hull built from contact points and the human-object boundary, and that completing the image by inpainting this 'primary region' with coarse structure while adding finer detail in the 'secondary region' yields more accurate and realistic amodal completions than inpainting a single mask. The paper argues that the occluder region (the person) is typically much larger than the actual hidden object area, so targeting the inpainting prevents overextension. The method works by extending a pre-trained latent diffusion model with region-specific denoising schedules, requiring no training, and the authors demonstrate robustness when ground-truth contact annotations are replaced with predicted ones, enabling applications such as 3D reconstruction and novel-view/pose synthesis.

Load-bearing premise

The load-bearing assumption is that the occluded object parts lie inside the convex hull of the contact points and the human-object boundary; if an object's hidden part extends outside that hull (for example, a long-handled tool wrapped behind the body), the primary region will miss it and the completion will be wrong.

Editorial extensions

If this is right

  • Amodal completion for human-object interaction can be performed with any pre-trained diffusion inpainting model by supplying region-specific denoising schedules, with no additional training.
  • The pipeline remains effective when contact points come from an automatic predictor instead of ground-truth annotations, removing a manual labeling burden.
  • Amadally completed images improve downstream performance in 3D reconstruction with Gaussian Splatting and in novel-view and novel-pose synthesis.
  • Dividing the occluder into a primary and a secondary region avoids over-inpainting artifacts that occur when a single large mask is filled indiscriminately.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The convex-hull localization will likely miss occluded object parts that extend outside the hand-centered region, such as a long tool whose far end wraps behind the body; this is a testable failure mode for elongated or articulated objects.
  • The same two-region decomposition could transfer to other occlusion settings with available contact or boundary priors, including hand-object manipulation and animal-object interaction.
  • The customized denoising schedule might be reused for general image editing where a user specifies which mask areas require structural changes versus fine detail.
  • Pairing the method with a learned contact estimator would produce a fully automatic annotation-free amodal completion system, extending the paper's predicted-contact experiments.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The paper proposes a training-free amodal completion pipeline for human-object interaction (HOI) that decomposes the occluder region into a contact-derived primary region and a secondary region, then applies customized denoising strategies within a pre-trained diffusion model. The authors claim that this multi-regional inpainting method substantially outperforms existing methods in HOI scenarios, remains robust without ground-truth contact annotations, and benefits downstream applications such as 3D reconstruction and novel-view synthesis. However, the submitted manuscript omits the method details, equations, and experimental results, so the central claims cannot be verified from the available text.

Significance. If the claims are substantiated, the work would provide a training-free, physically motivated alternative to single-mask diffusion inpainting for HOI, and the multi-region denoising idea could be useful beyond this specific setting. The paper also names concrete practical applications (Gaussian Splatting reconstruction, novel-view synthesis) and includes a user-study appendix, which indicates awareness of evaluation pitfalls. That said, the significance is entirely contingent on the missing technical and experimental content; as submitted, the paper is an extended abstract rather than a complete journal contribution. The paper ships no machine-checked proofs, no reproducible code, and no numerical results, so its strengths currently lie only in the plausibility of the proposed region-decomposition concept.

major comments (5)
  1. [Overall manuscript structure] The manuscript contains only an abstract, introduction, related work, references, and appendix figures; there is no method section, no equations, no algorithm pseudocode, and no experiments section with quantitative results. The abstract's claim that the approach 'substantially outperforms existing methods' is therefore unsupported, and the central contribution cannot be evaluated. A complete version with the full method and results is required before the paper can be considered.
  2. [Figure 1 and Section 1] The load-bearing geometric assumption is that the convex hull of contact points and the human-object boundary reliably identifies the primary region that contains the occluded object parts. The paper provides no validation of this assumption, and it has plausible failure modes: for long-handled tools the occluded far end can lie outside the hull, and estimated contact points from methods such as CONTHO, HOT, or DECO are noisy. Without coverage statistics, ablations, or sensitivity analysis with respect to contact estimation error, the proposed region definition is not established.
  3. [Appendix C.3] The user study section describes the protocol (223 sample pairs, average of 10 users each) but reports no results. Since the paper explicitly acknowledges that CLIP score and mIoU are limited, the user study outcomes are essential evidence for the visual-quality claim; the results, including agreement rates or preference percentages, must be reported.
  4. [Abstract and Section 1] The claim that the pipeline 'remains robust even without ground-truth contact annotations' is not backed by any experiment in the submitted text. The paper should show quantitative results comparing contact sources or demonstrating performance with estimated contacts, and should also report a failure analysis; Figure 13 lists failure categories (orientation, shape, segmentation) but no analysis is provided.
  5. [Section 2] The contribution statement claims this is the first work to address amodal completion in HOI, but the related work already cites diffusion-based amodal completion methods and HOI contact estimators. The novelty claim needs to be sharpened: the distinguishing factor appears to be the multi-region mask and denoising strategy, not the overall problem formulation, and this should be stated precisely.
minor comments (5)
  1. [References] Several reference entries contain stray trailing numbers or inconsistent formatting, for example entries that end with '5, 3' or similar; the reference list should be cleaned and standardized.
  2. [Figure 1] The subfigure labels in Figure 1 jump from (b) to (e), skipping (c) and (d); the labels should be fixed or the omitted subfigures should be included.
  3. [Appendix figures] Figures 11-15 are referenced in the appendix but do not appear to have corresponding callouts in the main text; the narrative should integrate these figures with in-text mentions.
  4. [Abstract] The phrase 'we've developed' in the abstract is informal for a journal paper; consider replacing it with 'we develop' or 'we propose'.
  5. [Overall] The manuscript is internally inconsistent in length and completeness: the introduction promises a full framework, but the visible content stops after related work. The authors should ensure the submitted file includes all sections.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the multi-regional inpainting pipeline is a training-free inference method whose claims are externally testable; the convex-hull region prior is an assumption, not a fitted or self-referential input.

full rationale

The provided manuscript contains no derivation chain that reduces a prediction to its own inputs. The primary region Mp is defined by a convex hull over contact points and the human-object boundary (Fig. 1), which is a geometric prior about where occluded object parts are likely to lie; the target amodal object is not used to construct Mp, so the method is not self-definitional. The multi-regional inpainting strategy is presented as a training-free extension of a pre-trained diffusion model [25], and no fitted parameters or test-set-tuned hyperparameters are described. The references to convex hull methods and contact estimators are standard external tools, not self-citations that carry the central claim. The paper's central claim of outperformance is an empirical comparison that is not visible in the supplied text, but absence of evidence is a completeness/correctness issue, not circularity. The failure mode raised by the skeptic (occluded parts outside the convex hull) is a legitimate validity concern about the geometric assumption, but it does not make the derivation circular. Therefore no circular step can be quoted, and the score is 0.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central claim rests on the geometric assumption about convex hull containment, the reliability of contact estimation, and the sufficiency of the pretrained diffusion prior. These are domain assumptions with no independent evidence in the visible text. No new physical entities are introduced.

free parameters (2)
  • Primary/secondary region dilation
    The convex hull mask likely requires dilation or margin parameters to define the primary region, but values are not given in the visible text.
  • Denoising steps for primary vs secondary regions
    The multi-regional inpainting uses different denoising schedules; the specific step counts or noise levels are not specified in the abstract or intro.
assumptions (3)
  • domain assumption Contact points can be estimated reliably from images, even without ground-truth annotations.
    The method relies on contact information (e.g., from DECO or HOT) to define regions; the paper claims robustness without ground truth, implying the contact estimator is accurate enough.
  • domain assumption The convex hull of contact points and the human-object boundary contains the occluded object region.
    This geometric assumption underlies the primary region definition in Figure 1; if violated, the inpainting area misses the object.
  • domain assumption A pretrained latent diffusion model has sufficient visual priors to complete HOI objects without fine-tuning.
    The method uses Stable Diffusion as-is; the assumption is that its generative prior covers the appearance of everyday objects during interaction.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Contact-Aware Amodal Completion for Human-Object Interaction via Multi-Regional Inpainting." pith.science (2026). https://pith.science/paper/DPGHNJFB

@misc{pith2026250800427,
  author       = {Pith},
  title        = {Pith review of: Contact-Aware Amodal Completion for Human-Object Interaction via Multi-Regional Inpainting},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DPGHNJFB}},
  note         = {Machine review of arXiv:2508.00427}
}
read the original abstract

Amodal completion, which is the process of inferring the full appearance of objects despite partial occlusions, is crucial for understanding complex human-object interactions (HOI) in computer vision and robotics. Existing methods, such as those that use pre-trained diffusion models, often struggle to generate plausible completions in dynamic scenarios because they have a limited understanding of HOI. To solve this problem, we've developed a new approach that uses physical prior knowledge along with a specialized multi-regional inpainting technique designed for HOI. By incorporating physical constraints from human topology and contact information, we define two distinct regions: the primary region, where occluded object parts are most likely to be, and the secondary region, where occlusions are less probable. Our multi-regional inpainting method uses customized denoising strategies across these regions within a diffusion model. This improves the accuracy and realism of the generated completions in both their shape and visual detail. Our experimental results show that our approach significantly outperforms existing methods in HOI scenarios, moving machine perception closer to a more human-like understanding of dynamic environments. We also show that our pipeline is robust even without ground-truth contact annotations, which broadens its applicability to tasks like 3D reconstruction and novel view/pose synthesis.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Occlusion-Aware Temporally Consistent Amodal Completion for 3D Human-Object Interaction Reconstruction

    cs.CV 2025-07 conditional novelty 5.0 of 10

    A temporal feature warping and attention fusion module for amodal completion improves occlusion handling and temporal stability in monocular HOI videos, and the completed frames support 3D Gaussian Splatting reconstruction.

Reference graph

Works this paper leans on

45 extracted references · 39 canonical work pages · cited by 1 Pith paper

  1. [1]

    Multi-hmr: Multi-person whole-body human mesh recovery in a single shot

    Fabien Baradel, Matthieu Armando, Salma Galaaoui, Ro- main Br ´egier, Philippe Weinzaepfel, Gr ´egory Rogez, and Thomas Lucas. Multi-hmr: Multi-person whole-body human mesh recovery in a single shot. In European Conference on Computer Vision, pages 202–218. Springer, 2024. 5, 3

  2. [2]

    Behave: Dataset and method for tracking human object in- teractions

    Bharat Lal Bhatnagar, Xianghui Xie, Ilya A Petrov, Cristian Sminchisescu, Christian Theobalt, and Gerard Pons-Moll. Behave: Dataset and method for tracking human object in- teractions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 15935– 15946, 2022. 6, 1

  3. [3]

    Amodal completion in visual working memory

    Siyi Chen, Hermann J M ¨uller, and Markus Conci. Amodal completion in visual working memory. Journal of Exper- imental Psychology: Human Perception and Performance , 42(9):1344, 2016. 1

  4. [4]

    Detecting human-object contact in images

    Yixin Chen, Sai Kumar Dwivedi, Michael J Black, and Dim- itrios Tzionas. Detecting human-object contact in images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 17100–17110, 2023. 2

  5. [5]

    Amodal completion of unconsciously presented objects

    Tatiana Aloi Emmanouil and Tony Ro. Amodal completion of unconsciously presented objects. Psychonomic Bulletin & Review, 21:1188–1194, 2014. 1

  6. [6]

    Coarse-to-fine amodal segmentation with shape prior

    Jianxiong Gao, Xuelin Qian, Yikai Wang, Tianjun Xiao, Tong He, Zheng Zhang, and Yanwei Fu. Coarse-to-fine amodal segmentation with shape prior. In Proceedings of the IEEE/CVF International Conference on Computer Vi- sion, pages 1262–1271, 2023. 2

  7. [7]

    Gaussianavatar: Towards realistic human avatar modeling from a single video via animatable 3d gaussians

    Liangxiao Hu, Hongwen Zhang, Yuxiang Zhang, Boyao Zhou, Boning Liu, Shengping Zhang, and Liqiang Nie. Gaussianavatar: Towards realistic human avatar modeling from a single video via animatable 3d gaussians. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 634–644, 2024. 8, 1

  8. [8]

    Intercap: Joint markerless 3d tracking of hu- mans and objects in interaction

    Yinghao Huang, Omid Taheri, Michael J Black, and Dim- itrios Tzionas. Intercap: Joint markerless 3d tracking of hu- mans and objects in interaction. In DAGM German Confer- ence on Pattern Recognition, pages 281–299. Springer, 2022. 6, 1

Show all 45 references
  1. [9]

    Convex hulls in image pro- cessing: a scoping review

    MA Jayaram and Hasan Fleyeh. Convex hulls in image pro- cessing: a scoping review. American Journal of Intelligent Systems, 6(2):48–58, 2016. 3

  2. [10]

    Convex hulls of spheres and convex hulls of disjoint convex polytopes

    Menelaos I Karavelas, Raimund Seidel, and Eleni Tzanaki. Convex hulls of spheres and convex hulls of disjoint convex polytopes. Computational Geometry, 46(6):615–630, 2013. 3

  3. [11]

    Deep occlusion- aware instance segmentation with overlapping bilayers

    Lei Ke, Yu-Wing Tai, and Chi-Keung Tang. Deep occlusion- aware instance segmentation with overlapping bilayers. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 4019–4028, 2021. 2

  4. [12]

    3d gaussian splatting for real-time radiance field rendering

    Bernhard Kerbl, Georgios Kopanas, Thomas Leimkuehler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering. ACM Transactions on Graphics (TOG), 42(4):1–14, 2023. 2, 8, 1

  5. [13]

    Beyond the contact: Discovering comprehensive affor- dance for 3d objects from pre-trained 2d diffusion models,

    Hyeonwoo Kim, Sookwan Han, Patrick Kwon, and Hanbyul Joo. Beyond the contact: Discovering comprehensive affor- dance for 3d objects from pre-trained 2d diffusion models,

  6. [14]

    Instance-wise Occlusion and Depth Orders in Natural Scenes

    Hyunmin Lee and Jaesik Park. Instance-wise Occlusion and Depth Orders in Natural Scenes. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition ,

  7. [15]

    Genzi: Zero-shot 3d human-scene in- teraction generation

    Lei Li and Angela Dai. Genzi: Zero-shot 3d human-scene in- teraction generation. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 20465–20474, 2024. 4

  8. [16]

    Variational amodal object completion

    Huan Ling, David Acuna, Karsten Kreis, Seung Wook Kim, and Sanja Fidler. Variational amodal object completion. Advances in Neural Information Processing Systems , 33: 16246–16257, 2020. 2

  9. [17]

    Visual instruction tuning

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. In NeurIPS, 2023. 3

  10. [18]

    Smpl: A skinned multi- person linear model

    Matthew Loper, Naureen Mahmood, Javier Romero, Gerard Pons-Moll, and Michael J Black. Smpl: A skinned multi- person linear model. In Seminal Graphics Papers: Pushing the Boundaries, Volume 2, pages 851–866. 2023. 2

  11. [19]

    Ac- curate 3d hand pose estimation for whole-body 3d human mesh estimation

    Gyeongsik Moon, Hongsuk Choi, and Kyoung Mu Lee. Ac- curate 3d hand pose estimation for whole-body 3d human mesh estimation. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 2308–2317, 2022. 3

  12. [20]

    Joint reconstruction of 3d human and ob- ject via contact-based refinement transformer

    Hyeongjin Nam, Daniel Sungho Jung, Gyeongsik Moon, and Kyoung Mu Lee. Joint reconstruction of 3d human and ob- ject via contact-based refinement transformer. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10218–10227, 2024. 2

  13. [21]

    Chatgpt-4

    OpenAI. Chatgpt-4. https://openai.com/ , 2024. Large language model. 5, 3

  14. [22]

    pix2gestalt: Amodal segmentation by synthesizing wholes

    Ege Ozguroglu, Ruoshi Liu, D ´ıdac Sur´ıs, Dian Chen, Achal Dave, Pavel Tokmakov, and Carl V ondrick. pix2gestalt: Amodal segmentation by synthesizing wholes. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 3931–3940. IEEE Computer So- ciet...

  15. [23]

    Learning transferable visual models from natural language supervi- sion

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...

  16. [24]

    Sam 2: Segment anything in images and videos

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman R¨adle, Chloe Rolland, Laura Gustafson, et al. Sam 2: Segment anything in images and videos. arXiv preprint arXiv:2408.00714, 2024. 5, 6, 8, 3

  17. [25]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 4, 5, 7, 1

  18. [26]

    Shape partitioning by convexity

    Paul L Rosin. Shape partitioning by convexity. IEEE Trans- actions on Systems, Man, and Cybernetics-Part A: Systems and Humans, 30(2):202–210, 2000. 3

  19. [27]

    Image analysis and mathematical morphology, 1983

    J Serra. Image analysis and mathematical morphology, 1983. 4

  20. [28]

    Search space par- titioning using convex hull and concavity features for fast medical image retrieval

    Nikolay M Sirakov and Phillip A Mlsna. Search space par- titioning using convex hull and concavity features for fast medical image retrieval. In 2004 2nd IEEE International Symposium on Biomedical Imaging: Nano to Macro (IEEE Cat No. 04EX821), pages 796–799. IEEE, 2004. 3

  21. [29]

    Denoising diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020. 4

  22. [30]

    Amodal segmentation through out-of-task and out-of-distribution generalization with a bayesian model

    Yihong Sun, Adam Kortylewski, and Alan Yuille. Amodal segmentation through out-of-task and out-of-distribution generalization with a bayesian model. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1215–1224, 2022. 2

  23. [31]

    Resolution-robust large mask inpainting with fourier convolutions

    Roman Suvorov, Elizaveta Logacheva, Anton Mashikhin, Anastasia Remizova, Arsenii Ashukha, Aleksei Silvestrov, Naejin Kong, Harshith Goka, Kiwoong Park, and Victor Lempitsky. Resolution-robust large mask inpainting with fourier convolutions. InProceedings of the IEEE/CVF winter...

  24. [32]

    Shashank Tripathi, Agniv Chatterjee, Jean-Claude Passy, Hongwei Yi, Dimitrios Tzionas, and Michael J. Black. DECO: Dense estimation of 3D human-scene contact in the wild. In Proceedings of the IEEE/CVF International Confer- ence on Computer Vision (ICCV), pages 8001–8013, 2023. 2, 3

  25. [33]

    Convex hull-based multiobjective ge- netic programming for maximizing receiver operating char- acteristic performance

    Pu Wang, Michael Emmerich, Rui Li, Ke Tang, Thomas B¨ack, and Xin Yao. Convex hull-based multiobjective ge- netic programming for maximizing receiver operating char- acteristic performance. IEEE Transactions on Evolutionary Computation, 19(2):188–200, 2014. 3

  26. [34]

    Chore: Contact, human and object reconstruction from a sin- gle rgb image

    Xianghui Xie, Bharat Lal Bhatnagar, and Gerard Pons-Moll. Chore: Contact, human and object reconstruction from a sin- gle rgb image. In European Conference on Computer Vision (ECCV). Springer, 2022. 2

  27. [35]

    Visibility aware human-object interaction tracking from sin- gle rgb camera

    Xianghui Xie, Bharat Lal Bhatnagar, and Gerard Pons-Moll. Visibility aware human-object interaction tracking from sin- gle rgb camera. InIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023. 2

  28. [36]

    Template free reconstruction of human- object interaction with procedural interaction generation

    Xianghui Xie, Bharat Lal Bhatnagar, Jan Eric Lenssen, and Gerard Pons-Moll. Template free reconstruction of human- object interaction with procedural interaction generation. In IEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2024. 2, 1

  29. [37]

    Amodal com- pletion via progressive mixed context diffusion

    Katherine Xu, Lingzhi Zhang, and Jianbo Shi. Amodal com- pletion via progressive mixed context diffusion. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 9099–9109, 2024. 2, 3, 4, 5, 6, 7, 1

  30. [38]

    Graph- regularized saliency detection with convex-hull-based center prior

    Chuan Yang, Lihe Zhang, and Huchuan Lu. Graph- regularized saliency detection with convex-hull-based center prior. IEEE Signal Processing Letters, 20(7):637–640, 2013. 3

  31. [39]

    Lemon: Learning 3d human-object in- teraction relation from 2d images

    Yuhang Yang, Wei Zhai, Hongchen Luo, Yang Cao, and Zheng-Jun Zha. Lemon: Learning 3d human-object in- teraction relation from 2d images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 16284–16295, 2024. 2

  32. [40]

    Inst-inpaint: Instructing to remove objects with diffusion models

    Ahmet Burak Yildirim, Vedat Baday, Erkut Erdem, Aykut Erdem, and Aysegul Dundar. Inst-inpaint: Instructing to remove objects with diffusion models. arXiv preprint arXiv:2304.03246, 2023. 2, 7, 1

  33. [41]

    Amodal ground truth and completion in the wild

    Guanqi Zhan, Chuanxia Zheng, Weidi Xie, and Andrew Zis- serman. Amodal ground truth and completion in the wild. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 28003–28013, 2024. 2

  34. [42]

    Self-supervised scene de- occlusion

    Xiaohang Zhan, Xingang Pan, Bo Dai, Ziwei Liu, Dahua Lin, and Chen Change Loy. Self-supervised scene de- occlusion. In Proceedings of the IEEE conference on com- puter vision and pattern recognition (CVPR), 2020. 2

  35. [43]

    Amodal scene anal- ysis via holistic occlusion relation inference and generative mask completion

    Bowen Zhang, Qing Liu, Jianming Zhang, Yilin Wang, Liyang Liu, Zhe Lin, and Yifan Liu. Amodal scene anal- ysis via holistic occlusion relation inference and generative mask completion. In Proceedings of the AAAI Conference on Artificial Intelligence, pages 6997–7005, 2024. 2

  36. [44]

    Dpmesh: Exploiting diffusion prior for occluded human mesh recovery

    Yixuan Zhu, Ao Li, Yansong Tang, Wenliang Zhao, Jie Zhou, and Jiwen Lu. Dpmesh: Exploiting diffusion prior for occluded human mesh recovery. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1101–1110, 2024. 2, 3

  37. [45]

    Triplane meets gaussian splatting: Fast and generalizable single-view 3d reconstruction with transformers

    Zi-Xin Zou, Zhipeng Yu, Yuan-Chen Guo, Yangguang Li, Ding Liang, Yan-Pei Cao, and Song-Hai Zhang. Triplane meets gaussian splatting: Fast and generalizable single-view 3d reconstruction with transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.