CollaFuse: Collaborative Diffusion Models
Pith reviewed 2026-05-23 23:32 UTC · model grok-4.3
The pith
CollaFuse splits the diffusion process so clients keep data and light steps local while servers handle expensive computation for collaborative image generation.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By partitioning the diffusion pipeline between client and server, CollaFuse enables collaborative model training and inference while keeping raw data local and moving costly operations to more capable shared resources, resulting in lower client computation, maintained or better image quality, and less data exposure than standard federated approaches.
What carries the argument
CollaFuse, a split-learning architecture that assigns inexpensive diffusion steps and data storage to clients and expensive steps to a central server.
If this is right
- Client devices require substantially less local compute for both training and image synthesis.
- Raw training images never leave the client, reducing direct data exposure.
- Generative performance remains competitive or improves across the tested image datasets.
- The method supports deployment on heterogeneous hardware where only some nodes have high compute capacity.
- Communication is limited to intermediate activations rather than full datasets or model weights.
Where Pith is reading between the lines
- The same split could be tested on video or 3-D diffusion models to check whether the compute savings scale with output complexity.
- Adding noise to the exchanged intermediate features might further limit information leakage without retraining the entire pipeline.
- Bandwidth measurements on real networks would show whether the intermediate-feature exchanges stay practical for mobile clients.
Load-bearing premise
Splitting the diffusion process between client and server preserves image quality and privacy without creating high communication costs or new security problems.
What would settle it
Measure FID scores, client runtime, communication volume, and reconstruction attack success rates on the same datasets when using the full client-side diffusion versus the CollaFuse split; a clear drop in quality or rise in leakage would contradict the claim.
Figures
read the original abstract
In the landscape of generative artificial intelligence, diffusion-based models have emerged as a promising method for generating synthetic images. However, the application of diffusion models poses numerous challenges, particularly concerning data availability, computational requirements, and privacy. Traditional approaches to address these shortcomings, like federated learning, often impose significant computational burdens on individual clients, especially those with constrained resources. In response to these challenges, we introduce the novel approach CollaFuse for distributed collaborative diffusion models inspired by split learning. Our approach facilitates collaborative training of diffusion models while alleviating client computational burdens during image synthesis. This reduced computational burden is achieved by retaining data and computationally inexpensive processes locally at each client while outsourcing the computationally expensive processes to shared, more efficient server resources. Through experiments on the common datasets CelebA, CIFAR-10, and Animals-with-Attributes2, our approach demonstrates enhanced performance while decreasing information disclosure as it reduces the necessity for sharing raw data. These capabilities hold significant potential across various application areas, including the design of edge computing solutions. Thus, our work advances distributed machine learning by contributing to the evolution of collaborative diffusion models.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CollaFuse, a split-learning-inspired method for collaborative training of diffusion models. Clients retain data and inexpensive local processes while outsourcing expensive U-Net denoising steps to a shared server; the abstract claims this yields enhanced generative performance and reduced information disclosure relative to standard federated or local training, demonstrated on CelebA, CIFAR-10, and Animals-with-Attributes2.
Significance. If the performance and privacy claims hold with quantitative support, the approach could meaningfully lower client compute and communication burdens in distributed generative modeling, offering a practical route for edge deployment of diffusion models.
major comments (3)
- [Abstract] Abstract: the central claims of 'enhanced performance' and 'decreasing information disclosure' are asserted without any reported metrics (FID, IS, communication volume per sample, privacy leakage measures), baselines, error bars, or ablation details, rendering the empirical contribution unverifiable.
- [Method] Method description (inferred from abstract and skeptic note): the precise split point (timesteps or U-Net layers) between client and server is not specified, so it is impossible to assess whether end-to-end gradient flow, coherent sampling trajectories, and acceptable per-step communication volume are achieved.
- [Experiments] Results section: no tables or figures quantify the claimed advantages over federated averaging or local training; without these data the load-bearing assertion that the split preserves quality while reducing disclosure cannot be evaluated.
minor comments (2)
- [Abstract] The abstract is unusually long and contains repeated phrasing about 'retaining data and computationally inexpensive processes locally'; tightening would improve readability.
- [Experiments] Dataset names are given without citation or preprocessing details (e.g., resolution, train/test split), which is standard for reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. We address each major comment below and will revise the paper accordingly to improve clarity and verifiability.
read point-by-point responses
-
Referee: [Abstract] Abstract: the central claims of 'enhanced performance' and 'decreasing information disclosure' are asserted without any reported metrics (FID, IS, communication volume per sample, privacy leakage measures), baselines, error bars, or ablation details, rendering the empirical contribution unverifiable.
Authors: We agree that the abstract would benefit from quantitative support. In the revised manuscript we will update the abstract to reference key results including FID scores on CelebA, CIFAR-10, and Animals-with-Attributes2, along with explicit comparison to the federated and local baselines used in the experiments. revision: yes
-
Referee: [Method] Method description (inferred from abstract and skeptic note): the precise split point (timesteps or U-Net layers) between client and server is not specified, so it is impossible to assess whether end-to-end gradient flow, coherent sampling trajectories, and acceptable per-step communication volume are achieved.
Authors: We acknowledge that the split point requires explicit specification. The revised method section will detail the exact division of U-Net layers and timestep handling between clients and server, including the mechanism for gradient flow during training and the resulting per-step communication volume. revision: yes
-
Referee: [Experiments] Results section: no tables or figures quantify the claimed advantages over federated averaging or local training; without these data the load-bearing assertion that the split preserves quality while reducing disclosure cannot be evaluated.
Authors: We agree that quantitative comparisons are essential. The revised results section will add tables and figures reporting FID, IS, and communication metrics with error bars, directly comparing CollaFuse against federated averaging and local training on the three datasets, together with ablations on the split configuration. revision: yes
Circularity Check
No circularity; empirical method with independent experimental claims
full rationale
The paper introduces CollaFuse as a split-learning-inspired collaborative diffusion approach that keeps data and cheap steps local while outsourcing expensive denoising to a server. Claims of enhanced performance and reduced disclosure on CelebA/CIFAR-10/AwA2 are presented as empirical outcomes of this architecture rather than derived quantities. No equations, fitted parameters, or self-citations are shown that would make the performance or privacy benefits tautological with the method definition itself. The derivation chain is therefore self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Split-learning style partitioning of diffusion model training steps between client and server maintains generative performance and reduces information leakage compared to federated baselines.
Reference graph
Works this paper leans on
-
[1]
Sean Augenstein, H. Brendan McMahan, Daniel Ra- mage, Swaroop Ramaswamy, Peter Kairouz, Mingqing Chen, Rajiv Mathews, and Blaise Agüera y Arcas. Gen- erative models for effective ML on private, decentral- ized datasets. In International Conference on Learning Representations (ICLR), 2020
work page 2020
-
[2]
Video generation models as world simulators
Tim Brooks, Bill Peebles, Connor Holmes, Will DePue, Yufei Guo, Li Jing, David Schnurr, Joe Taylor, Troy Luhman, Eric Luhman, Clarence Ng, Ricky Wang, and Aditya Ramesh. Video generation models as world simulators. https://openai.com/research/ video-generation-models-as-world- simulators, 2024. Accessed: 19-June-2024
work page 2024
-
[3]
Extracting train- ing data from diffusion models
Nicholas Carlini, Jamie Hayes, Milad Nasr, Matthew Jagielski, Vikash Sehwag, Florian Tramèr, Borja Balle, Daphne Ippolito, and Eric Wallace. Extracting train- ing data from diffusion models. In USENIX Security Symposium (USENIX), pages 5253–5270, 2023
work page 2023
-
[4]
Sheng-Yen Chou, Pin-Yu Chen, and Tsung-Yi Ho. How to backdoor diffusion models? In Conference on Com- puter Vision and Pattern Recognition (CVPR) , pages 4015–4024, 2023
work page 2023
-
[5]
Training diffusion models with federated learning
Matthijs de Goede, Bart Cox, and Jérémie Decouchant. Training diffusion models with federated learning. arXiv preprint, arXiv:2406.12575, 2024
-
[6]
Diffu- sion models beat gans on image synthesis
Prafulla Dhariwal and Alexander Quinn Nichol. Diffu- sion models beat gans on image synthesis. In Advances in Neural Information Processing Systems (NeurIPS) , pages 8780–8794, 2021
work page 2021
-
[7]
Differentially Private Diffusion Models
Tim Dockhorn, Tianshi Cao, Arash Vahdat, and Karsten Kreis. Differentially Private Diffusion Models. Transactions on Machine Learning Research (TMLR) , 2023. 8
work page 2023
-
[8]
Ef- ficient federated learning method for cloud-edge net- work communication
Jing Duan, Jie Duan, Xuefeng Wan, and Yang Li. Ef- ficient federated learning method for cloud-edge net- work communication. In 2023 5th International Con- ference on Communications, Information System and Computer Engineering (CISCE), pages 118–121, 2023. doi: 10.1109/CISCE58541.2023.10142819
-
[9]
Federated generative ad- versarial learning
Chenyou Fan and Ping Liu. Federated generative ad- versarial learning. In Chinese Conference on Pattern Recognition and Computer Vision (PRCV), pages 3–15, 2020
work page 2020
-
[10]
Smith, Olivia Wiles, and Borja Balle
Sahra Ghalebikesabi, Leonard Berrada, Sven Gowal, Ira Ktena, Robert Stanforth, Jamie Hayes, Soham De, Samuel L. Smith, Olivia Wiles, and Borja Balle. Differ- entially private diffusion models generate useful syn- thetic images. arXiv Preprint, 2302.13861, 2023
-
[11]
Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron C
Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron C. Courville, and Yoshua Bengio. Generative adversarial networks. Communications of the ACM , 63(11):139– 144, 2020
work page 2020
-
[12]
Otkrist Gupta and Ramesh Raskar. Distributed learning of deep neural network over multiple agents.Journal of Network and Computer Applications, 116:1–8, 2018
work page 2018
-
[13]
Md-gan: Multi-discriminator generative adver- sarial networks for distributed datasets
Corentin Hardy, Erwan Le Merrer, and Bruno Seri- cola. Md-gan: Multi-discriminator generative adver- sarial networks for distributed datasets. In Interna- tional Parallel and Distributed Processing Symposium (IPDPS), pages 866–877, 2019
work page 2019
-
[14]
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. In Advances in Neural Information Pro- cessing Systems (NeurIPS), pages 6626–6637, 2017
work page 2017
-
[15]
Find- ing nemo: Localizing neurons responsible for mem- orization in diffusion models
Dominik Hintersdorf, Lukas Struppek, Kristian Kerst- ing, Adam Dziedzic, and Franziska Boenisch. Find- ing nemo: Localizing neurons responsible for mem- orization in diffusion models. arXiv preprint , arXiv:2406.02366, 2024
-
[16]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. In Advances in Neural Information Processing Systems (NeurIPS), volume 33, pages 6840–6851, 2020
work page 2020
-
[17]
Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen
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 lan- guage models. In International Conference on Learn- ing Representations (ICLR), 2022
work page 2022
-
[18]
Federated learning-empowered ai-generated content in wireless networks
Xumin Huang, Peichun Li, Hongyang Du, Jiawen Kang, Dusit Niyato, Dong In Kim, and Yuan Wu. Federated learning-empowered ai-generated content in wireless networks. arXiv preprint, arXiv:2307.07146, 2023
-
[19]
Federated learning for healthcare domain - pipeline, applications and challenges
Madhura Joshi, Ankit Pal, and Malaikannan Sankara- subbu. Federated learning for healthcare domain - pipeline, applications and challenges. ACM Transac- tions on Computing for Healthcare, 3(4), 2022
work page 2022
-
[20]
Phoenix: A federated generative diffusion model.arXiv preprint, arXiv:2306.04098, 2023
Fiona Victoria Stanley Jothiraj and Afra Mashhadi. Phoenix: A federated generative diffusion model.arXiv preprint, arXiv:2306.04098, 2023
-
[21]
Diffusion models in medical imaging: A comprehensive survey
Amirhossein Kazerouni, Ehsan Khodapanah Aghdam, Moein Heidari, Reza Azad, Mohsen Fayyaz, Ilker Hacihaliloglu, and Dorit Merhof. Diffusion models in medical imaging: A comprehensive survey. Medical Image Analysis, 88:102846, 2023
work page 2023
-
[22]
Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In International Conference on Learning Representations (ICLR), 2014
work page 2014
-
[23]
Pranvera Kortoçi, Yilei Liang, Pengyuan Zhou, Lik- Hang Lee, Abbas Mehrabi, Pan Hui, Sasu Tarkoma, and Jon Crowcroft. Federated split gans. InACM Work- shop on Data Privacy and Federated Learning Tech- nologies for Mobile Edge Network, 2022
work page 2022
-
[24]
Cifar-10 (canadian institute for advanced research)
Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. Cifar-10 (canadian institute for advanced research)
-
[25]
URL http://www.cs.toronto.edu/ ~kriz/cifar.html
-
[26]
Wei Li, Jinlin Chen, Zhenyu Wang, Zhidong Shen, Chao Ma, and Xiaohui Cui. Ifl-gan: Improved feder- ated learning generative adversarial network with max- imum mean discrepancy model aggregation. IEEE Transactions on Neural Networks and Learning Sys- tems, pages 1–14, 2022
work page 2022
-
[27]
Federated learning for generating synthetic data: a scoping review
Claire Little, Mark Elliot, and Richard Allmendinger. Federated learning for generating synthetic data: a scoping review. International Journal of Population Data Science, 8(1), 2023
work page 2023
-
[28]
Deep Learning Face Attributes in the Wild
Ziwei Liu, Ping Luo, Xiaogang Wang, and Xiaoou Tang. Deep Learning Face Attributes in the Wild. In International Conference on Computer Vision (ICCV), 2015
work page 2015
-
[29]
Multi-source diffusion models for simultaneous music generation and separation
Giorgio Mariani, Irene Tallini, Emilian Postolache, Michele Mancusi, Luca Cosmo, and Emanuele Rodolà. Multi-source diffusion models for simultaneous music generation and separation. In International Conference on Learning Representations (ICLR), 2024. 9
work page 2024
-
[30]
Communication-efficient learning of deep networks from decentralized data
Brendan McMahan, Eider Moore, Daniel Ram- age, Seth Hampson, and Blaise Aguera y Arcas. Communication-efficient learning of deep networks from decentralized data. In International Confer- ence on Artificial Intelligence and Statistics (AISTATS), pages 1273–1282, 2017
work page 2017
-
[31]
Nav- igating heterogeneity and privacy in one-shot feder- ated learning with diffusion models
Matías Mendieta, Guangyu Sun, and Chen Chen. Nav- igating heterogeneity and privacy in one-shot feder- ated learning with diffusion models. arXiv preprint, arXiv:2405.01494, 2024
-
[32]
Federated learn- ing for medical image analysis with deep neural net- works
Sajid Nazir and Mohammad Kaleem. Federated learn- ing for medical image analysis with deep neural net- works. Diagnostics, 13(9), 2023
work page 2023
-
[33]
Im- proved denoising diffusion probabilistic models
Alexander Quinn Nichol and Prafulla Dhariwal. Im- proved denoising diffusion probabilistic models. In In- ternational Conference on Machine Learning (ICML) , pages 8162–8171, 2021
work page 2021
-
[34]
$ Λ$-split: A privacy-preserving split computing framework for cloud-powered generative AI
Shoki Ohta and Takayuki Nishio. $ Λ$-split: A privacy-preserving split computing framework for cloud-powered generative AI. arXiv preprint , arXiv:2310.14651, 2023
-
[35]
On aliased resizing and surprising subtleties in gan evalu- ation
Gaurav Parmar, Richard Zhang, and Jun-Yan Zhu. On aliased resizing and surprising subtleties in gan evalu- ation. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 11400–11410, 2022
work page 2022
-
[36]
Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J. Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of Machine Learning Research, 21(140):1–67, 2020
work page 2020
-
[37]
High-resolution im- age synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution im- age synthesis with latent diffusion models. In Con- ference on Computer Vision and Pattern Recognition (CVPR), pages 10684–10695, 2022
work page 2022
-
[38]
U-net: Convolutional networks for biomedical im- age segmentation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical im- age segmentation. In Medical Image Computing and Computer-Assisted Intervention (MICCAI) , vol- ume 9351, pages 234–241, 2015
work page 2015
-
[39]
Lee, Jonathan Ho, Tim Salimans, David J
Chitwan Saharia, William Chan, Huiwen Chang, Chris A. Lee, Jonathan Ho, Tim Salimans, David J. Fleet, and Mohammad Norouzi. Palette: Image-to- image diffusion models. In Special Interest Group on Computer Graphics and Interactive Techniques (SIG- GRAPH), pages 15:1–15:10, 2022
work page 2022
-
[40]
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L. Denton, Seyed Kamyar Seyed Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, Jonathan Ho, David J. Fleet, and Mohammad Norouzi. Photorealistic text-to-image dif- fusion models with deep language understanding. In Conference on Neural Information Processing Syst...
work page 2022
-
[41]
Federated office plug-load iden- tification for building management systems
René Schwermer, Jonas Buchberger, Ruben Mayer, and Hans-Arno Jacobsen. Federated office plug-load iden- tification for building management systems. In ACM International Conference on Future Energy Systems , page 114–126, 2022
work page 2022
-
[42]
Federated computing in electric vehicles to predict coolant tem- perature
René Schwermer, Ekin-Alp Bicer, Pascal Schirmer, Ruben Mayer, and Hans-Arno Jacobsen. Federated computing in electric vehicles to predict coolant tem- perature. In International Middleware Conference: In- dustrial Track, page 8–14, 2023
work page 2023
-
[43]
Yiqing Shen, Arcot Sowmya, Yulin Luo, Xiaoyao Liang, Dinggang Shen, and Jing Ke. A federated learn- ing system for histopathology image analysis with an orchestral stain-normalization gan. IEEE Transactions on Medical Imaging, 42(7):1969–1981, 2023
work page 1969
-
[44]
Membership inference attacks against machine learning models
Reza Shokri, Marco Stronati, Congzheng Song, and Vi- taly Shmatikov. Membership inference attacks against machine learning models. In Symposium on Security and Privacy (S&P), pages 3–18, 2017
work page 2017
-
[45]
Make-a-video: Text-to-video gener- ation without text-video data
Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, Devi Parikh, Sonal Gupta, and Yaniv Taigman. Make-a-video: Text-to-video gener- ation without text-video data. In International Confer- ence on Learning Representations (ICLR), 2023
work page 2023
-
[46]
Improved tech- niques for training score-based generative models
Yang Song and Stefano Ermon. Improved tech- niques for training score-based generative models. In Advances in Neural Information Processing Systems (NeurIPS), 2020
work page 2020
-
[47]
Rickrolling the artist: Injecting backdoors into text encoders for text-to-image synthesis
Lukas Struppek, Dominik Hintersdorf, and Kristian Kersting. Rickrolling the artist: Injecting backdoors into text encoders for text-to-image synthesis. In Inter- national Conference on Computer Vision (ICCV), 2023
work page 2023
-
[48]
On feasibility of server-side backdoor attacks on split learning
Behrad Tajalli, Oguzhan Ersoy, and Stjepan Picek. On feasibility of server-side backdoor attacks on split learning. In IEEE Security and Privacy Workshops (SPW), pages 84–93, 2023
work page 2023
-
[49]
Splitfed: When federated learning meets split learning
Chandra Thapa, Pathum Chamikara Ma- hawaga Arachchige, Seyit Camtepe, and Lichao 10 Sun. Splitfed: When federated learning meets split learning. AAAI Conference on Artificial Intelligence (AAAI), 36(8):8485–8493, 2022
work page 2022
-
[50]
Gerrit J. J. van den Burg and Christopher K. I. Williams. On memorization in probabilistic deep gen- erative models. In Conference on Neural Information Processing Systems (NeurIPS) , pages 27916–27928, 2021
work page 2021
-
[51]
Securing federated gans: Enabling synthetic data generation for health registry consortiums
Narasimha Raghavan Veeraragavan and Jan Franz Nygård. Securing federated gans: Enabling synthetic data generation for health registry consortiums. In In- ternational Conference on Availability, Reliability and Security (ARES), pages 89:1–89:9, 2023
work page 2023
-
[52]
Hongyi Wang, Kartik Sreenivasan, Shashank Rajput, Harit Vishwakarma, Saurabh Agarwal, Jy-yong Sohn, Kangwook Lee, and Dimitris S. Papailiopoulos. At- tack of the tails: Yes, you really can backdoor federated learning. In Advances in Neural Information Process- ing Systems (NeurIPS), 2020
work page 2020
-
[53]
Lampert, Bernt Schiele, and Zeynep Akata
Yongqin Xian, Christoph H. Lampert, Bernt Schiele, and Zeynep Akata. Zero-shot learning—a comprehen- sive evaluation of the good, the bad and the ugly. IEEE Transactions on Pattern Analysis and Machine Intelli- gence, 41(9):2251–2265, 2019
work page 2019
-
[54]
Perfedrlnas: One-for-all personalized federated neural architecture search
Dixi Yao and Baochun Li. Perfedrlnas: One-for-all personalized federated neural architecture search. Pro- ceedings of the AAAI Conference on Artificial Intelli- gence, 38(15):16398–16406, March 2024. ISSN 2159-
work page 2024
-
[55]
URL http: //dx.doi.org/10.1609/aaai.v38i15.29576
doi: 10 .1609/aaai.v38i15.29576. URL http: //dx.doi.org/10.1609/aaai.v38i15.29576
-
[56]
Predic- tive gan-powered multi-objective optimization for hy- brid federated split learning
Benshun Yin, Zhiyong Chen, and Meixia Tao. Predic- tive gan-powered multi-objective optimization for hy- brid federated split learning. IEEE Transactions on Communications, 71(8):4544–4560, 2023
work page 2023
-
[57]
Tomczak, Tomasz Trzcinski, Florian Shkurti, and Pi- otr Milos
Michal Zajac, Kamil Deja, Anna Kuzina, Jakub M. Tomczak, Tomasz Trzcinski, Florian Shkurti, and Pi- otr Milos. Exploring continual learning of diffusion models, 2023. URL https://arxiv.org/abs/ 2303.15342
-
[58]
Ligeng Zhu, Zhijian Liu, and Song Han. Deep leak- age from gradients. In Advances in Neural Information Processing Systems (NeurIPS) , pages 14747–14756, 2019. 11 A Appendix A.1 Exemplary images for different image generation process: Client-only, server-only, cut point and collaborative inference Figure 5: The figure shows generated images exemplarily fo...
work page 2019
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.