REVIEW 5 major objections 5 minor 39 references
TexTailor: Customized Text-aligned Texturing via Effective Resampling
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read TexTailor claims view-consistent 3D textures come from resampling during denoising, few-shot model fine-tuning, and adaptive camera placement.
desk verdict Plausible method, honest limitations, but the main metric is admitted not to measure view consistency and the tables disagree by 4x; worth reviewing, not worth citing for the numbers. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the method is resampling in a DDIM non-Markovian process. At each denoising step, instead of merging the known (already painted) and unknown (to-be-painted) regions once, TexTailor adds noise to the merged latent, denoises it, and merges again, repeating $R$ times; this integrates previously synthesized texture into the new region with only 30 steps per view. On top of that, a depth-conditioned diffusion model (ControlNet) is fine-tuned on five resampled images near the first viewpoint, with a preservation loss $\mathcal{L}_{\mathrm{pre}}$ that penalizes deviation from the frozen pretrained noise predictor to prevent catastrophic forgetting. The third mechanism is an adaptive viewpoint rule: when the ratio $p$ of "keep" pixels to (keep + new) pixels falls below a threshold $\beta$, an interpolated camera position is inserted, so the next view always has enough previously painted texture to condition on.
What would settle it
Render a mesh with strong front/back asymmetry using a deliberately corrupted first-view training image, then compare the texture at the opposite viewpoint to the uncorrupted run: if the opposite view does not visibly drift or degrade, the fine-tuning step is more robust than the paper's stated five-image dependence.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that the gradual texture shift in multi-view texturing is not inevitable: it can be suppressed by repeating the known/unknown merge several times per diffusion timestep inside a non-Markovian sampler, then teaching the depth-aware model the object's appearance from a handful of resampled views. The fine-tuning step is the load-bearing addition because resampling alone still lets properties drift at viewpoints far from the first camera. To keep that fine-tuning from destroying the pretrained model's fidelity, the paper adds a preservation loss that pulls the fine-tuned noise prediction toward the original pretrained noise prediction. The final claim is that the measured result, lower average LPIPS and FID than the listed baselines on an Objaverse subset plus qualitative gains on ShapeNet cars, supports the whole combination.
Load-bearing premise
The load-bearing premise is that five images rendered near the first viewpoint teach the model the object's appearance at every other angle, even though the paper's limitation section concedes that texture quality "heavily relies" on those five images and that bad training images can degrade output.
Editorial extensions
If this is right
- With $R$-fold resampling, each view needs roughly 30 denoising steps instead of the 250 steps of the underlying inpainting sampler, so the consistency gain does not come from brute-force compute per view.
- Fine-tuning on five self-generated resampled images removes the need for an external dataset of 3D meshes, textures, or text descriptions; the object's own first views supply the training data.
- Because the preservation loss keeps the fine-tuned model close to the pretrained predictor, the method avoids the catastrophic forgetting that naive few-image fine-tuning produces, as shown in the paper's ablation study.
- Adaptive camera insertion means texture synthesis no longer requires manually tuned viewpoint sets; the method places an intermediate view whenever the visible painted fraction is too small.
- On the reported Objaverse subset, the full method lowers LPIPS from 38.89 to 37.89 and FID from 30.924 to 29.998 compared to the no-training baseline, and beats the listed baselines on both metrics.
Reading between the lines
- Not claimed by the paper: the same preservation-loss term could serve as a general regularization for any few-shot fine-tuning of conditioned diffusion models, protecting pretrained fidelity whenever the training set is tiny.
- Not claimed by the paper: the dependence on five training images implies a concrete stress test, namely that corrupting or occluding one first-view image should worsen opposite-view consistency, and the paper's limitation section predicts exactly this failure mode.
- Not claimed by the paper: the resample-and-merge loop could transfer to other autoregressive multi-view generation tasks, such as video inpainting where the "known" region is a previous frame rather than a painted mesh surface.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents TexTailor, a method for text-to-texture synthesis on 3D meshes. It proposes three contributions: (1) a resampling scheme applied within the DDIM non-Markovian process to repeatedly integrate previously synthesized textures during inpainting-based texturing; (2) per-object fine-tuning of a ControlNet depth-aware diffusion model on a small set of resampled images, regularized by a 'performance preservation loss' to mitigate catastrophic forgetting; and (3) adaptive viewpoint refinement that inserts intermediate camera positions based on the ratio of kept to new texture regions. The method is evaluated on a subset of Objaverse and qualitatively on ShapeNet cars, reporting lower LPIPS and FID than prior methods, with ablations showing that each component contributes to the final result.
Significance. If the quantitative claims are substantiated, TexTailor offers a practical and interesting recipe for improving view consistency in text-to-texture generation without requiring external 3D datasets: the model is fine-tuned on its own resampled outputs while a distillation-style loss keeps it close to the pretrained model. The promise of released source code, the per-component ablations, and the adaptive viewpoint mechanism are clear strengths. However, the current evidence is weakened by an underspecified core equation, internally inconsistent quantitative tables, and a metric that the authors themselves acknowledge does not measure the claimed property. With a valid consistency metric and a cleaned-up presentation, the contribution could be solid and useful to the community.
major comments (5)
- [Sec. 3.1, Eq. (7)] Eq. (7) uses the quantity \tilde z^r_0, which is never defined. The preceding text defines \tilde z^0_{t-1} (as the result of Eq. 5) and \tilde z^r_t (via Eq. 6), but the DDIM denoising formula requires an estimate of the clean latent, presumably \tilde z^r_0 = (\tilde z^r_t - \sqrt{1-\bar\alpha_t}\,\epsilon_\phi(\tilde z^r_t, t, c))/\sqrt{\bar\alpha_t}. Without this definition, the resampling recursion is not reproducible. Please define \tilde z^r_0 explicitly and verify the subscripts throughout Eqs. (6)-(8).
- [Sec. 4.1 and A.6, Tables 1 and 3] The quantitative results are internally inconsistent: Table 1 reports LPIPS values around 38-54 and FID around 30-45, while Table 3, using the same metric names, reports LPIPS around 8.99 and FID around 57-59 for the same method. No difference in protocol (e.g., different mesh subset, render resolution, camera sampling, or LPIPS implementation) is described to reconcile these numbers. As written, the discrepancy undermines the credibility of the comparisons in Table 1. Please clarify the protocols and, if the numbers come from different settings, explain precisely why the scales differ by a factor of roughly four.
- [Sec. 4.1, Table 1 and A.4] The central claim is that TexTailor improves view consistency, but the only quantitative metric used to support this claim, LPIPS between rendered views, is explicitly stated in A.4 to 'not adequately capture consistency across multiple viewpoints due to spatial misalignments in overlapping sections between adjacent views.' Thus Table 1 does not measure the property it is used to assert. Please add a directly consistency-aware metric, such as warped-view agreement with depth, texture-map alignment error, or a user study, and report it for TexTailor and all baselines. Without such a metric, the headline outperformance claim is unverified.
- [Sec. 4.1, evaluation metric aggregation] The description of the LPIPS aggregation says: 'compute the average LPIPS values for all pairs of images in the 3D scene and sum the averages across all evaluated categories.' Summing rather than averaging over categories makes the score dependent on the number of categories and objects, and it is unclear whether the numbers in Tables 1 and 2 are sums or means. This also prevents comparison across datasets of different sizes. Please clarify the aggregation and, ideally, report the mean and standard error over objects.
- [Sec. 4.1, Sec. 4.2, and A.4] The method's success depends heavily on the five fine-tuning images, and A.4 concedes that 'suboptimal training images can sometimes degrade texture quality rather than enhance it.' However, no quantitative sensitivity analysis is provided: there is no report of variance across different random seeds, different choices of the five viewpoints, or different objects where the training images are poor. Given that this fine-tuning step is a core component of the pipeline, please add such an analysis or explicitly characterize the conditions under which the method is expected to fail.
minor comments (5)
- [Sec. 2.2, Eq. (3)] In Eq. (3), z^{known}_{t-1} is defined using \bar\alpha_t, but the standard forward-process posterior for timestep t-1 should use \bar\alpha_{t-1}; please check the subscript.
- [Sec. 1, first paragraph] The sentence 'geometry optimization process (Shen et al., 2021; ?; Nash et al., 2020)' contains a stray '?' placeholder; please remove or replace it with the intended citation.
- [Throughout] The phrase 'an performance preservation loss' appears in the abstract, Sec. 1, Sec. 3.2, and elsewhere; it should be 'a performance preservation loss.' Similarly, 'we finetunes' in Sec. 1 should be 'we fine-tune.'
- [Appendix A.6] The text says 'randomly select 100 meshes from the Objaverse dataset, ensuring no overlapping categories among the 400 meshes,' but Sec. 4.1 states the Objaverse subset contains 410 meshes. Please correct this number or explain the discrepancy.
- [Appendix A.5] The sentence 'visual differences are harder to discern in the qualitatve comparison sections (Sec. 5 and Sec. 8)' contains a typo ('qualitatve') and references sections numbered 5 and 8, which do not exist in the paper's numbering; please correct the cross-references.
Circularity Check
No circular reduction found: the self-referential fine-tuning loop and metric-based beta selection are not definitional circularity.
full rationale
The derivation chain is self-contained against external benchmarks. The resampling step (Eqs. 6-8) is an explicit adaptation of RePaint's resampling to the DDIM sampler, building on external cited work; fine-tuning (Eqs. 9-11) trains ControlNet on five self-generated resampled images with an added preservation regularizer, and adaptive viewpoint refinement (Eq. 12) is a geometric heuristic. None of these steps defines the reported outcome (LPIPS/FID or view-consistent textures) in terms of its own inputs. The per-object fine-tuning is self-referential in that its training images come from the same model's resampling, but the evaluation uses external artist-designed textures as the real distribution for FID and renders novel viewpoints for LPIPS, so the measured result is not equivalent to the training loss by construction. Appendix A.4's admission that 'LPIPS does not adequately capture consistency across multiple viewpoints' and the unexplained Table 1 vs Table 3 numeric gap (LPIPS 37.889 vs 8.99176; FID 29.998 vs 57.799) are correctness and reproducibility concerns, not circular steps. The choice of beta=0.5 from Table 3 is hyperparameter selection on the evaluation metric, not a fitted parameter renamed as a prediction; it does not force the Table 1 comparison by construction. There are no load-bearing self-citations or author-imported uniqueness theorems in the manuscript.
Assumptions & free parameters
free parameters (6)
- resampling steps R =
3
- performance preservation loss weight lambda =
2.5
- keep-region ratio threshold beta =
0.5
- viewpoint interpolation factor gamma =
0.5
- fine-tuning image count and viewpoints v1..v5 =
5 images; v1=(0,15,1), v2=(0,35,1), v3=(0,-5,1), v4=(20,15,1), v5=(340,15,1)
- DDIM sampling steps =
30
assumptions (6)
- standard math DDIM's non-Markovian sampling equations are correct and remain valid at 30 steps.
- domain assumption ControlNet fine-tuned on five images generalizes to unseen viewpoints of the same object.
- domain assumption The ratio p = keep/(keep+new) is a reliable indicator of when an intermediate viewpoint is needed.
- domain assumption Self-generated resampled images are a valid training signal even if they contain artifacts.
- standard math Latent inpainting composition (Eq. 5) correctly combines known and unknown regions in latent space.
- domain assumption The evaluation images and ground-truth textures are aligned for FID and LPIPS computation.
Cite this review
Pith. "Pith review of TexTailor: Customized Text-aligned Texturing via Effective Resampling." pith.science (2026). https://pith.science/paper/UZCGEKND
@misc{pith2026250610612,
author = {Pith},
title = {Pith review of: TexTailor: Customized Text-aligned Texturing via Effective Resampling},
year = {2026},
howpublished = {\url{https://pith.science/paper/UZCGEKND}},
note = {Machine review of arXiv:2506.10612}
}
read the original abstract
We present TexTailor, a novel method for generating consistent object textures from textual descriptions. Existing text-to-texture synthesis approaches utilize depth-aware diffusion models to progressively generate images and synthesize textures across predefined multiple viewpoints. However, these approaches lead to a gradual shift in texture properties across viewpoints due to (1) insufficient integration of previously synthesized textures at each viewpoint during the diffusion process and (2) the autoregressive nature of the texture synthesis process. Moreover, the predefined selection of camera positions, which does not account for the object's geometry, limits the effective use of texture information synthesized from different viewpoints, ultimately degrading overall texture consistency. In TexTailor, we address these issues by (1) applying a resampling scheme that repeatedly integrates information from previously synthesized textures within the diffusion process, and (2) fine-tuning a depth-aware diffusion model on these resampled textures. During this process, we observed that using only a few training images restricts the model's original ability to generate high-fidelity images aligned with the conditioning, and therefore propose an performance preservation loss to mitigate this issue. Additionally, we improve the synthesis of view-consistent textures by adaptively adjusting camera positions based on the object's geometry. Experiments on a subset of the Objaverse dataset and the ShapeNet car dataset demonstrate that TexTailor outperforms state-of-the-art methods in synthesizing view-consistent textures. The source code for TexTailor is available at https://github.com/Adios42/Textailor
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
- [1]
-
[2]
Mip-nerf: A multiscale representation for anti-aliasing neural radiance fields
Jonathan T Barron, Ben Mildenhall, Matthew Tancik, Peter Hedman, Ricardo Martin-Brualla, and Pratul P Srinivasan. Mip-nerf: A multiscale representation for anti-aliasing neural radiance fields. In Proceedings of the IEEE/CVF international conference on computer vision, pp.\ 5855--5864, 2021
work page 2021
-
[3]
Shapenet: An information-rich 3d model repository
Angel X Chang, Thomas Funkhouser, Leonidas Guibas, Pat Hanrahan, Qixing Huang, Zimo Li, Silvio Savarese, Manolis Savva, Shuran Song, Hao Su, et al. Shapenet: An information-rich 3d model repository. arXiv preprint arXiv:1512.03012, 2015
arXiv 2015
-
[4]
Tensorf: Tensorial radiance fields
Anpei Chen, Zexiang Xu, Andreas Geiger, Jingyi Yu, and Hao Su. Tensorf: Tensorial radiance fields. In European conference on computer vision, pp.\ 333--350. Springer, 2022
work page 2022
-
[5]
Text2tex: Text-driven texture synthesis via diffusion models
Dave Zhenyu Chen, Yawar Siddiqui, Hsin-Ying Lee, Sergey Tulyakov, and Matthias Nie ner. Text2tex: Text-driven texture synthesis via diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 18558--18568, 2023 a
work page 2023
-
[6]
Fantasia3d: Disentangling geometry and appearance for high-quality text-to-3d content creation
Rui Chen, Yongwei Chen, Ningxin Jiao, and Kui Jia. Fantasia3d: Disentangling geometry and appearance for high-quality text-to-3d content creation. In Proceedings of the IEEE/CVF international conference on computer vision, pp.\ 22246--22256, 2023 b
work page 2023
-
[7]
Objaverse: A universe of annotated 3d objects
Matt Deitke, Dustin Schwenk, Jordi Salvador, Luca Weihs, Oscar Michel, Eli VanderBilt, Ludwig Schmidt, Kiana Ehsani, Aniruddha Kembhavi, and Ali Farhadi. Objaverse: A universe of annotated 3d objects. arXiv preprint arXiv:2212.08051, 2022
arXiv 2022
-
[8]
Kaolin: A pytorch library for accelerating 3d deep learning research
Clement Fuji Tsang, Maria Shugrina, Jean Francois Lafleche, Towaki Takikawa, Jiehan Wang, Charles Loop, Wenzheng Chen, Krishna Murthy Jatavallabhula, Edward Smith, Artem Rozantsev, Or Perel, Tianchang Shen, Jun Gao, Sanja Fidler, Gavriel State, Jason Gorski, Tommy Xiang, Jianing Li, Michael Li, and Rev Lebaredian. Kaolin: A pytorch library for acceleratin...
work page 2022
Show all 39 references
-
[9]
Gans trained by a two time-scale update rule converge to a local nash equilibrium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. 2017
2017
-
[10]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33: 0 6840--6851, 2020
2020
-
[11]
Lora: Low-rank adaptation of large language models
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models. arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[12]
Magic3d: High-resolution text-to-3d content creation
Chen-Hsuan Lin, Jun Gao, Luming Tang, Towaki Takikawa, Xiaohui Zeng, Xun Huang, Karsten Kreis, Sanja Fidler, Ming-Yu Liu, and Tsung-Yi Lin. Magic3d: High-resolution text-to-3d content creation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognitio...
2023
-
[13]
Repaint: Inpainting using denoising diffusion probabilistic models
Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpainting using denoising diffusion probabilistic models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 11461--11471, 2022
2022
-
[14]
Latent-nerf for shape-guided generation of 3d shapes and textures
Gal Metzer, Elad Richardson, Or Patashnik, Raja Giryes, and Daniel Cohen-Or. Latent-nerf for shape-guided generation of 3d shapes and textures. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 12663--12673, 2023
2023
-
[15]
Nerf: Representing scenes as neural radiance fields for view synthesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM, 65 0 (1): 0 99--106, 2021
2021
-
[16]
Diffrf: Rendering-guided 3d radiance field diffusion
Norman M \"u ller, Yawar Siddiqui, Lorenzo Porzi, Samuel Rota Bulo, Peter Kontschieder, and Matthias Nie ner. Diffrf: Rendering-guided 3d radiance field diffusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 4328--4338, 2023
2023
-
[17]
Polygen: An autoregressive generative model of 3d meshes
Charlie Nash, Yaroslav Ganin, SM Ali Eslami, and Peter Battaglia. Polygen: An autoregressive generative model of 3d meshes. In International conference on machine learning, pp.\ 7220--7229. PMLR, 2020
2020
-
[19]
Automatic differentiation in pytorch
Adam Paszke, Sam Gross, Soumith Chintala, Gregory Chanan, Edward Yang, Zachary DeVito, Zeming Lin, Alban Desmaison, Luca Antiga, and Adam Lerer. Automatic differentiation in pytorch. 2017
2017
-
[20]
Dreamfusion: Text-to-3d using 2d diffusion
Ben Poole, Ajay Jain, Jonathan T Barron, and Ben Mildenhall. Dreamfusion: Text-to-3d using 2d diffusion. arXiv preprint arXiv:2209.14988, 2022
2022 arXiv
-
[21]
Accelerating 3d deep learning with pytorch3d
Nikhila Ravi, Jeremy Reizenstein, David Novotny, Taylor Gordon, Wan-Yen Lo, Justin Johnson, and Georgia Gkioxari. Accelerating 3d deep learning with pytorch3d. arXiv:2007.08501, 2020
2007 arXiv
-
[22]
Texture: Text-guided texturing of 3d shapes
Elad Richardson, Gal Metzer, Yuval Alaluf, Raja Giryes, and Daniel Cohen-Or. Texture: Text-guided texturing of 3d shapes. In ACM SIGGRAPH 2023 conference proceedings, pp.\ 1--11, 2023
2023
-
[23]
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 (CVPR), pp.\ 10684--10695, June 2022
2022
-
[24]
U-net: Convolutional networks for biomedical image segmentation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. In Medical image computing and computer-assisted intervention--MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part...
2015
-
[25]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...
2022
-
[26]
Deep marching tetrahedra: a hybrid representation for high-resolution 3d shape synthesis
Tianchang Shen, Jun Gao, Kangxue Yin, Ming-Yu Liu, and Sanja Fidler. Deep marching tetrahedra: a hybrid representation for high-resolution 3d shape synthesis. Advances in Neural Information Processing Systems, 34: 0 6087--6101, 2021
2021
-
[27]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In International conference on machine learning, pp.\ 2256--2265. PMLR, 2015
2015
-
[28]
Denoising diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020
2010 arXiv
-
[29]
Sequence to sequence learning with neural networks
I Sutskever. Sequence to sequence learning with neural networks. arXiv preprint arXiv:1409.3215, 2014
2014 arXiv
-
[30]
Intex: Interactive text-to-texture synthesis via unified depth-aware inpainting
Jiaxiang Tang, Ruijie Lu, Xiaokang Chen, Xiang Wen, Gang Zeng, and Ziwei Liu. Intex: Interactive text-to-texture synthesis via unified depth-aware inpainting. arXiv preprint arXiv:2403.11878, 2024
2024 arXiv
-
[31]
Lion: Latent point diffusion models for 3d shape generation
Arash Vahdat, Francis Williams, Zan Gojcic, Or Litany, Sanja Fidler, Karsten Kreis, et al. Lion: Latent point diffusion models for 3d shape generation. Advances in Neural Information Processing Systems, 35: 0 10021--10039, 2022
2022
-
[32]
Neus: Learning neural implicit surfaces by volume rendering for multi-view reconstruction
Peng Wang, Lingjie Liu, Yuan Liu, Christian Theobalt, Taku Komura, and Wenping Wang. Neus: Learning neural implicit surfaces by volume rendering for multi-view reconstruction. NeurIPS, 2021
2021
-
[33]
Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distillation
Zhengyi Wang, Cheng Lu, Yikai Wang, Fan Bao, Chongxuan Li, Hang Su, and Jun Zhu. Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distillation. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[34]
Paint-it: Text-to-texture synthesis via deep convolutional texture map optimization and physically-based rendering
Kim Youwang, Tae-Hyun Oh, and Gerard Pons-Moll. Paint-it: Text-to-texture synthesis via deep convolutional texture map optimization and physically-based rendering. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 4347--4356, 2024
2024
-
[35]
Adding conditional control to text-to-image diffusion models
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 3836--3847, 2023
2023
-
[36]
The unreasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In CVPR, 2018
2018
-
[37]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[38]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[39]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[40]
region, while the part that lacks texture is called the ``new
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
2021 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.