BeyondFacial: Identity-Preserving Personalized Generation Beyond Facial Close-ups

ACM MM 2026  ·  Rio de Janeiro, Brazil
Songsong Zhang*, Chuanqi Tang*, Minglong Li, Xueqiong Li, Shaowu Yang, Yuanxi Peng, Wenjing Yang, Jing Zhao
National University of Defense Technology  ·  Tongji University
*Equal contribution    Corresponding author
BeyondFacial teaser: identity-preserved full-body generation across diverse scenes
Figure 1. Existing identity-preserving personalized generation (IPPG) methods over-rely on facial close-ups, hindering visual storytelling. BeyondFacial generates identity-preserved, prompt-faithful images with full-body actions, rich scenes and film-grade composition — without any fine-tuning or manual masking.

Abstract

Identity-Preserving Personalized Generation (IPPG) has advanced film production and artistic creation, yet existing approaches overemphasize facial regions — resulting in outputs dominated by facial close-ups. These methods suffer from weak visual narrativity and poor semantic consistency under complex text prompts, rooted in identity (ID) feature embeddings that undermine the semantic expressiveness of generative models.

To address these issues, we present an IPPG method that breaks the constraint of facial close-ups, achieving synergistic optimization of identity fidelity and scene semantic creation. Specifically, we design a Dual-Line Inference (DLI) pipeline with identity-semantic separation, resolving the ID-semantics representation conflict in traditional single-path architectures. Further, we propose an Identity Adaptive Fusion (IdAF) strategy that defers ID-semantic fusion to the noise prediction stage, integrating adaptive attention fusion and noise masking to avoid ID embedding interference on semantics without manual masking. Finally, an Identity Aggregation Prepending (IdAP) module aggregates ID information in place of random initializations, further enhancing identity preservation.

Experimental results validate that our method achieves stable and effective performance in IPPG tasks beyond facial close-ups, enabling efficient generation without manual masking or fine-tuning. As a plug-and-play component, it can be rapidly deployed in existing IPPG frameworks, facilitating film-level character-scene creation and enriching personalized generation for related domains.

Motivation: Why Do IPPG Methods Collapse to Close-ups?

We trace the close-up collapse to a structural cause: in prevailing single-path pipelines, the identity embedding is injected into the same generation branch that carries the text semantics. Under the same random seed, injecting the ID embedding transforms an otherwise full-body, scene-rich image into a facial close-up — the ID signal overwrites the spatial and semantic layout that the prompt describes.

Under the same random seed, ID embedding transforms full-body images into facial close-ups
Figure 2. Under the same random seed, ID embedding transforms full-body images into facial close-ups.

This observation motivates our core design principle: identity and semantics should travel on separate lines and only be fused where they cannot interfere — at the noise-prediction stage.

Method

Overview of BeyondFacial: DLI, IdAF and IdAP
Figure 3. Overview of BeyondFacial: DLI separates the identity and semantic lines; IdAF fuses the two lines at the noise-prediction stage via adaptive attention fusion and noise masking; IdAP aggregates ID information to replace randomly initialized ID features.

1. Dual-Line Inference (DLI)

Instead of feeding text and identity through one entangled branch, DLI runs an identity line and a semantic line in parallel. The semantic line preserves the base T2I model's full compositional ability (scene, action, layout), while the identity line carries the facial ID signal. This separation resolves the ID–semantic representational conflict of single-path architectures and is the structural prerequisite for non-close-up generation.

2. Identity Adaptive Fusion (IdAF)

IdAF defers the ID–semantic fusion to the noise-prediction stage. The identity attention map is adaptively scaled by a factor λ(i) and fused into the semantic attention output:

A0(i) = R( SM( λ(i) · R(Ā0(i), dim₁) ), dim₂ )

combined with noise masking that localizes where identity may be written. Fusion is activated only on the identity-relevant timesteps (see the IdAF activated-timestep analysis below), so the semantic layout is decided first and identity is injected afterwards — no manual face mask, bounding box, or inpainting step is ever required.

3. Identity Aggregation Prepending (IdAP)

IdAP aggregates identity information and prepends it in place of the randomly initialized ID features used by prior work. This suppresses interference from irrelevant identities during semantic generation and measurably boosts identity fidelity (see ablations).

The entire pipeline is tuning-free and plug-and-play: it wraps an off-the-shelf IPPG backbone (e.g., PhotoMaker) at inference time, and transfers across backbones (see the InfiniteYou/DiT results below).

Results

Qualitative Results

Qualitative results of BeyondFacial
Figure 4. Qualitative results. BeyondFacial renders full-body actions and prompt-specified scenes while preserving identity.

Comparison with State-of-the-Art Methods

Visual comparison with baselines
Figure 5. Visual comparison. Baselines collapse to facial close-ups; ours renders full-body actions and prompt-specified scenes with high identity fidelity.

Quantitative Results (Main Set)

MethodFace sim. (%)DINO (%)CLIP-I (%)CLIP-T (%)FID
PhotoMaker (Baseline)52.0146.4662.0928.46117.90
PuLID57.0747.1452.9432.33134.03
InstantID54.6851.9354.1827.21127.80
IP-Adapter+PhotoMaker58.1047.7979.2828.72211.68
BeyondFacial (Ours)58.6751.2464.8731.4754.62

Table 1. Main-set results. Ours achieves SOTA identity fidelity (Face sim. 58.67) with the best identity–semantic balance and by far the best image distribution quality (FID 54.62 vs. 117.90 baseline). High CLIP-I of IP-Adapter+PhotoMaker comes at the cost of close-up collapse and severe FID degradation.

Harder Prompts: Extension Set

MethodFace sim. (%)DINO (%)CLIP-I (%)CLIP-T (%)FID
PhotoMaker28.909.9539.2529.22375.87
BeyondFacial (Ours)36.9416.2344.8932.21365.32
Improvement+8.04+6.28+5.64+2.99−10.55

Table 2. Extension-set results. Absolute scores are lower due to deliberately harder prompts, yet BeyondFacial maintains a comprehensive lead on every metric.

BeyondFacial vs. PhotoMaker on typical extension-set generations
Figure 6. BeyondFacial vs. PhotoMaker on typical generations from the extension set.

User Study

MethodIdentity similarityImage-text alignmentImage quality & aestheticsScene & figure integrityAverage
InstantID50.8948.0647.2049.3548.88
PhotoMaker47.9560.8556.8960.5056.55
IP-Adapter+PhotoMaker63.5848.4553.3552.5154.47
PuLID57.2170.9561.9968.6864.71
Ours75.1779.0174.3878.3476.73

Table 3. User study. BeyondFacial leads on all four criteria, with an average score of 76.73.

User study radar chart across four criteria
Figure 7. User study. Average scores of all methods across the four evaluation criteria.

Cross-Backbone Generalization

Cross-backbone generalization to DiT-based InfiniteYou
Figure 8. Cross-backbone generalization. Our method transfers to DiT-based backbones (InfiniteYou/FLUX) as a plug-and-play component.

Efficiency

MetricPhotoMakerBeyondFacialBF (opt.)
Ttotal (s)6.5612.9115.98
Mpeak (MB)10,38817,12311,539
Bmax4216
Throughput (img/h)2,1945573,603
vs. PhotoMaker1.00×0.25×1.64×

Table 4. Efficiency comparison. BF (opt.) trades per-batch latency for near-baseline peak memory (+11%), 4× max batch size, and +64% throughput over PhotoMaker.

Analysis & Ablations

Module Ablation

Module ablation: IdAF and IdAP
Figure 9. Module ablation. Adding IdAF and IdAP progressively improves identity fidelity and semantic alignment.
Attention weight scaling analysis
Figure 10. Attention weight scaling. Increasing the ID attention weight trades semantic layout for identity strength; our adaptive λ avoids manual tuning.
MethodFace sim. (%)DINO (%)CLIP-I (%)CLIP-T (%)
SDXL13.3755.7831.00
Ours (w/o IdAF)36.3445.5857.2730.97
Ours (w/o IdAP)54.1737.3756.2831.46
Ours (Full)58.6751.2464.8731.47

Table 5. Module ablation studies. Quantitative results reveal the individual impacts of IdAF and IdAP.

Necessity of DLI

ConfigDescriptionNo-faceClose-upFull-fig.
M0Single-branch baseline0.0300.0000.185
M1Single + IdAP (immediate)0.0000.9800.000
M2Single + IdAP (deferred)0.0000.9850.000
M3DLI + IdAF (w/o IdAP)0.0450.1150.520
M4Full (DLI + IdAF + IdAP)0.0200.0700.575

Table 6. Close-up and full-figure rates under single-branch (M0–M2) and dual-line (M3–M4) architectures. Any single-branch variant collapses to close-ups (≥0.98); the dual-line design is what unlocks full-figure generation.

ID-Injection Mechanism: PhotoMaker vs. BeyondFacial

PhotoMaker ID injection mechanism analysis
Figure 11. PhotoMaker ID-injection mechanism analysis. Self- and cross-attention maps show the ID embedding hijacking the layout early in denoising.
BeyondFacial ID injection mechanism analysis
Figure 12. BeyondFacial ID-injection mechanism analysis. The ID line extracts targeted identity features while the semantic line keeps the scene layout intact.
IdAF activated timesteps
Figure 13. IdAF activated timesteps. ID fidelity decreases when fusion is moved off the identity-relevant timesteps, validating the deferred-fusion schedule.

Application Extensions

Beyond facial close-ups unlocks a family of downstream uses that require coherent character–scene generation rather than portrait crops.

Storyboard Scene Generation

Storyboard scene generation
Figure 14. Storyboard scene generation: the same identity is carried through a sequence of narrative shots with consistent appearance and varied composition.

Consistent Action Sequences & Zoomable Shots

Consistent action sequence generation
Figure 15. Consistent action sequence generation under the same identity.
Multi-scale zoomable shot generation
Figure 16. Multi-scale (zoomable) shot generation, from wide shot to close shot, under the same identity.

Stylization & Gender Control

Stylization and gender control
Figure 17. Stylization and gender control. Our method enables film-grade character stylization while retaining identity.
Gender expression enhancement
Figure 18. Gender expression enhancement. Our method markedly improves the accuracy of prompt-specified gender expression compared with the baseline.

More Generation Results

Extended generation results on the extension set
Figure 19. Extended generation results on the extension set. BeyondFacial preserves identity across harder, more compositional prompts.
Additional visualization results
Figure 20. Additional visualization results of BeyondFacial.

Limitations

Four failure modes of BeyondFacial
Figure 21. Four failure modes of BeyondFacial: (1) distant/small faces degrade identity fidelity; (2) extreme poses; (3) heavy occlusion; (4) complex multi-person interactions.

BibTeX

@inproceedings{zhang2026beyondfacial,
  author    = {Zhang, Songsong and Tang, Chuanqi and Li, Minglong and Li, Xueqiong and
               Yang, Shaowu and Peng, Yuanxi and Yang, Wenjing and Zhao, Jing},
  title     = {BeyondFacial: Identity-Preserving Personalized Generation Beyond Facial Close-ups},
  booktitle = {Proceedings of the 34th ACM International Conference on Multimedia (ACM MM)},
  year      = {2026},
  publisher = {ACM},
  doi       = {10.1145/3767308.3836071}
}