← all case studies
2026-05-18omni-2026.05Intermediatelogic-score-v0.3

Cross-Cultural Intelligence

Zero-Latency Non-Verbal Intent Decoding.

social
emotion
multilingual
micro-expressions
9.3/ 10
93%

A split-screen Tokyo café scene tests whether the model can decode Japanese speech, sync English subtitles under one second, and classify pragmatic intent from micro-expressions.

  • Translations preserve honorific nuance and conversational intent, not literal word mapping.
  • Emotion confidence scores track facial micro-movements with frame-accurate alignment.
  • Both speakers keep stable identity across dual feeds with no feature morphing.

Video

// Logic Validation Assertions
// Logic Validation
expect(latency.subtitles).toBeLessThan(1000);
expect(translation.context).toContain("pragmatic_intent");
expect(agent.intent).toBe("proactive_help");

Observations

Visual Core

  • Non-verbal signal analysis — The model detects and quantifies micro-expressions including eyebrow raises, micro-smiles, and gaze direction shifts, mapping these to emotional state probabilities with 88% confidence scoring.
  • Semantic alignment across languages — Japanese spoken content is accurately transcribed and translated to English subtitles with sub-second latency, preserving nuanced intent that would be lost in literal translation.
  • Split-screen temporal synchronization — Both camera feeds maintain frame-accurate alignment, ensuring that emotional state updates correspond precisely to the speaker's facial movements.
  • Intent classification accuracy — The system correctly identifies conversational intent categories (empathy, inquiry, agreement) rather than merely detecting surface-level emotional valence.

Prompt

  • A split-screen view. Left: Two people in a Tokyo cafe talking intensely in Japanese. Right: A real-time stream decoding their emotions and intent (e.g., 'Empathy: 88%') with perfectly synced English subtitles. Minimalist Agentic UI, professional color grading, soft cafe lighting.

Technical Analysis

  • Character consistency across split views — Both individuals maintain consistent facial features and identity across the dual camera feeds, with no identity drift or feature morphing.
  • Instruction adherence in subtitle generation — English translations accurately convey the pragmatic meaning of Japanese utterances, including honorifics and contextual politeness markers.
  • Spatial anchoring of UI elements — The emotion confidence scores and subtitles remain fixed relative to each speaker's position, demonstrating robust object tracking.