{"id":1522,"date":"2025-11-11T11:56:45","date_gmt":"2025-11-11T11:56:45","guid":{"rendered":"https:\/\/cgs-network.org\/CASAXR26\/?page_id=1522"},"modified":"2026-05-23T04:11:10","modified_gmt":"2026-05-23T04:11:10","slug":"conference-program","status":"publish","type":"page","link":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","title":{"rendered":"CONFERENCE PROGRAM"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 1 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340;\n    --blue: #1a4a8a;\n    --accent: #2d7dd2;\n    --light-blue: #e8f1fb;\n    --gold: #c9973a;\n    --text: #1c2b3a;\n    --muted: #5a6a7e;\n    --border: #d5e0ef;\n    --bg: #f7f9fc;\n    --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n\n  .hero {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n\n  @media (max-width: 640px) {\n    .schedule-table { font-size: 0.82rem; }\n    .schedule-table td, .schedule-table th { padding: 10px 10px; }\n    .paper-card { flex-wrap: wrap; }\n  }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 1<\/div>\n    <div class=\"day-title\">Monday, 1 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Keynote 1<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-1<\/td><td>Session 2-1<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-2<\/td><td>Session 2-2<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-3<\/td><td>Session 2-3<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:45\u201317:00<\/td><td>Session 1-4<\/td><td>Session 2-4<\/td><\/tr>\n      <tr><td class=\"time-cell\">17:00\u201318:30<\/td><td class=\"event-social\">\ud83e\udd42 Welcome Drink \u2014 Hall H8<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 2 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340; --blue: #1a4a8a; --accent: #2d7dd2; --light-blue: #e8f1fb;\n    --gold: #c9973a; --text: #1c2b3a; --muted: #5a6a7e; --border: #d5e0ef; --bg: #f7f9fc; --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n  .hero { background: linear-gradient(135deg, #1a3a6a 0%, #2d5fa0 100%); color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; inset: 0; background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n  @media (max-width: 640px) { .schedule-table { font-size: 0.82rem; } .schedule-table td, .schedule-table th { padding: 10px 10px; } .paper-card { flex-wrap: wrap; } }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 2<\/div>\n    <div class=\"day-title\">Tuesday, 2 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Panel: Reinventing Computer Animation through Generative AI and Virtual Worlds<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-5<\/td><td>Session 2-5<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-6<\/td><td>Session 2-6<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-7<\/td><td>Session 2-7<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:45\u201317:00<\/td><td>Session 1-8<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">19:30\u201321:30<\/td><td class=\"event-social\">\ud83c\udf7d\ufe0f Conference Dinner \u2014 Caf\u00e9 Papon, Old Town<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 3 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340; --blue: #1a4a8a; --accent: #2d7dd2; --light-blue: #e8f1fb;\n    --gold: #c9973a; --text: #1c2b3a; --muted: #5a6a7e; --border: #d5e0ef; --bg: #f7f9fc; --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n  .hero { background: linear-gradient(135deg, #0d2d4a 0%, #1a5c8a 100%); color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; inset: 0; background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n  .mode-tbd { background: #fff8e1; color: #f57f17; border: 1px solid #ffecb3; }\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n  .closing-box { background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; border-radius: 10px; padding: 28px 32px; margin-top: 48px; text-align: center; }\n  .closing-box h2 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; margin-bottom: 8px; }\n  .closing-box p { font-size: 0.9rem; opacity: 0.85; }\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n  @media (max-width: 640px) { .schedule-table { font-size: 0.82rem; } .schedule-table td, .schedule-table th { padding: 10px 10px; } .paper-card { flex-wrap: wrap; } }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 3<\/div>\n    <div class=\"day-title\">Wednesday, 3 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Keynote 2<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-9<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-10<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-11<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:45\u201316:15<\/td><td class=\"event-social\">\ud83c\udfc6 Award Ceremony &amp; Closing Session<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n\n\n<style>\n.cgi-prog { font-family: 'Segoe UI', Arial, sans-serif; color: #1c2b3a; line-height: 1.6; max-width: 960px; margin: 0 auto; }\n.cgi-prog h2.cgi-day-title { font-size: 1.8rem; color: #0f2340; border-left: 5px solid #2d7dd2; padding-left: 14px; margin: 0 0 6px; }\n.cgi-prog .cgi-day-sub { color: #5a6a7e; font-size: 0.95rem; margin-bottom: 28px; padding-left: 19px; }\n.cgi-prog .cgi-timetable { width: 100%; border-collapse: collapse; margin-bottom: 36px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }\n.cgi-prog .cgi-timetable th { background: #0f2340; color: #fff; padding: 12px 16px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; text-align: left; }\n.cgi-prog .cgi-timetable td { padding: 12px 16px; border-bottom: 1px solid #d5e0ef; font-size: 0.88rem; vertical-align: middle; }\n.cgi-prog .cgi-timetable tr:last-child td { border-bottom: none; }\n.cgi-prog .cgi-timetable tr:nth-child(even) td { background: #f0f6fd; }\n.cgi-prog .cgi-time { font-weight: 700; color: #1a4a8a; white-space: nowrap; font-size: 0.82rem; }\n.cgi-prog .cgi-break { color: #5a6a7e; font-style: italic; }ccf\n.cgi-prog .cgi-keynote { font-weight: 700; color: #0f2340; }\n.cgi-prog .cgi-social { font-weight: 700; color: #c9973a; }\n.cgi-prog .cgi-section { background: #0f2340; color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; margin: 36px 0 14px; display: flex; align-items: center; gap: 10px; }\n.cgi-prog .cgi-section span { background: #2d7dd2; border-radius: 20px; padding: 2px 10px; font-size: 0.72rem; }\n.cgi-prog .cgi-parallel { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 10px; }\n.cgi-prog .cgi-col-header { background: #e8f1fb; border: 1px solid #d5e0ef; border-radius: 6px; padding: 10px 14px; font-size: 0.8rem; font-weight: 700; color: #1a4a8a; margin-bottom: 10px; }\n.cgi-prog .cgi-paper { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 13px 16px; margin-bottom: 8px; }\n.cgi-prog .cgi-paper-title { font-weight: 600; font-size: 0.88rem; color: #0f2340; margin-bottom: 4px; line-height: 1.4; }\n.cgi-prog .cgi-paper-authors { font-size: 0.78rem; color: #5a6a7e; line-height: 1.4; }\n.cgi-prog .cgi-chair { font-size: 0.8rem; color: #5a6a7e; font-style: italic; margin-bottom: 10px; }\n.cgi-prog .cgi-panellist-list { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 14px 18px; }\n.cgi-prog .cgi-panellist-list li { font-size: 0.88rem; color: #1c2b3a; padding: 4px 0; border-bottom: 1px solid #f0f6fd; }\n.cgi-prog .cgi-panellist-list li:last-child { border-bottom: none; }\n@media (max-width: 640px) { .cgi-prog .cgi-parallel { grid-template-columns: 1fr; } .cgi-prog .cgi-timetable { font-size: 0.8rem; } .cgi-prog .cgi-timetable td, .cgi-prog .cgi-timetable th { padding: 9px 10px; } }\n<\/style>\n\n<div class=\"cgi-prog\">\n\n<h2 class=\"cgi-day-title\">Day 1 \u2014 Monday, June 1<\/h2>\n<p class=\"cgi-day-sub\">CASAXR26 First Day \u00b7 Rooms H8-01-C &amp; H8-01-D<\/p>\n\n<!-- Morning plenary -->\n<table class=\"cgi-timetable\">\n  <thead><tr><th style=\"width:150px\">Time<\/th><th>Event<\/th><\/tr><\/thead>\n  <tbody>\n    <tr><td class=\"cgi-time\">09:00 \u2013 09:15<\/td><td class=\"cgi-keynote\">Welcome to CASAXR26<br><small style=\"font-weight:400;color:#5a6a7e\">Prof. Nadia Magnenat Thalmann, President of CGS<\/small><\/td><\/tr>\n    <tr><td class=\"cgi-time\">09:15 \u2013 10:00<\/td><td class=\"cgi-keynote\">\ud83c\udfa4 CGI Keynote 1<br><strong>Prof. Jean-Remy Chardonnet<\/strong><br><em style=\"font-weight:400;font-size:0.85rem\">Multi-modal Learning for Biomedical Image Analysis and Visualisation<\/em><br><small style=\"color:#5a6a7e\">Chair: Nadia Magnenat Thalmann, MIRALab, University of Geneva<\/small><\/td><\/tr>\n    <tr><td class=\"cgi-time\">10:00 \u2013 10:30<\/td><td class=\"cgi-break\">\u2615 Coffee Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 10:30 Parallel -->\n<div class=\"cgi-section\">10:30 \u2013 11:45 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW-1: Agents<\/div>\n    <div class=\"cgi-chair\">Chair: Daniel Thalmann, EPFL<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Evaluating The Viability of Foundation Models in Virtual Agent Perception<\/div><div class=\"cgi-paper-authors\">Rubens Montanha, Ana Carolina Passos, Julia Melgare, Victor Araujo and Soraia Raupp Musse<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Effects of Embodied Agent Body Type on Perceptions and Dietary Intentions in Digital Health Counseling<\/div><div class=\"cgi-paper-authors\">Sagar Ashok Vankit, Nafisa Sabnam Shama, Jay Ashish Kadam, Carlos Toxtli Hernandez and Matias Volonte<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">MADECM: A Curiosity-Augmented Evolutionary Algorithm for Multi-Agent Policy Diversity Optimization<\/div><div class=\"cgi-paper-authors\">Jinpeng Bai, Yv Fu, Xinning Wang, Chenguang Wang, Erqin Ke, Ziming Guo and Xin Yang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Virtual Human for Police Training in Virtual Reality: A Dynamic Model of a Suspect with Modulated Resistance and Means<\/div><div class=\"cgi-paper-authors\">Yvain Tisserand, S\u00e9olane Bouchoucha, Ben Meuleman and David Sander<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 1: Medical<\/div>\n    <div class=\"cgi-chair\">Chair: Despina Michael-Grigoriou, Cyprus University of Technology<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Bone-Window Segmentation Based Trajectory Planning for Cranial Puncture Navigation<\/div><div class=\"cgi-paper-authors\">Xujie Zhao, Ziyi Chen, Peng Tang, Hongping Deng, Zhiyong Yuan and Jianhui Zhao<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">FASRNet: Frequency Adaptive Structure Restoration Network for Medical Image Segmentation<\/div><div class=\"cgi-paper-authors\">Xuan Zhang, Deheng Zhu, Jing Dong, Rui Liu and Xiaopeng Wei<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">FedGAU: Efficient and Data-Free Federated Class Unlearning for Privacy-Preserving Medical Systems<\/div><div class=\"cgi-paper-authors\">Hao Zhang, Pengfei Wang and Dongsheng Zhou<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Causal Attention and Multi-Granularity Feature Fusion for Surgical Visual Question Localized-Answering<\/div><div class=\"cgi-paper-authors\">Jinkui Tao, Wanshu Fan and Dongsheng Zhou<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- 11:45 Parallel -->\n<div class=\"cgi-section\">11:45 \u2013 13:00 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW-2: Geometry &amp; Rendering<\/div>\n    <div class=\"cgi-chair\">Chair: Daniel Thalmann, EPFL<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">FOSP: Feature Orientated Sand Painting Generation<\/div><div class=\"cgi-paper-authors\">Meng Yang, Mengting Zhu, Jianglang Kang, Weiliang Meng and Ping Li<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Parameter-preserving Real-time BIM Rendering with GPU Acceleration<\/div><div class=\"cgi-paper-authors\">Jaehyuk Lim, Donggyu Lee, Junghyun Han and Seung-wook Kim<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">CIG-Diff: Clinical-Intent and Geometry-Aware Diffusion for Low-Light Endoscopic Image Enhancement<\/div><div class=\"cgi-paper-authors\">Hong Zou, Wanshu Fan, Zhongbin Han and Dongsheng Zhou<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Weakly-Supervised Dynamic Point Cloud Saliency Prediction Network<\/div><div class=\"cgi-paper-authors\">Hongyang Lv, Bailin Yang, Fangzhe Nan and Zhaoyi Jiang<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 2: Virtual Humans<\/div>\n    <div class=\"cgi-chair\">Chair: Despina Michael-Grigoriou, Cyprus University of Technology<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Human-Centric Design Approach for XR in Cultural Heritage<\/div><div class=\"cgi-paper-authors\">Nedjma Cadi-Yazli, Thiago Freitas, Nadia Magnenat Thalmann, Marinos Ioannides and Drew Baker<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A physics-constrained long-range navigational motion generation approach for indoor virtual humans based on deep reinforcement learning<\/div><div class=\"cgi-paper-authors\">Yutong Liu, Libo Sun and Wenhu Qin<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">LLM-Driven Personalities for Decision Making in Emergency Simulations<\/div><div class=\"cgi-paper-authors\">Stefano Calzolari, Rubens Montanha, Gabriel Schneider, Gustavo Wide, Paulo Knob, Francesco Strada, Andrea Bottino and Soraia Raupp Musse<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Lunch -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">13:00 \u2013 14:00<\/td><td class=\"cgi-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 14:00 Parallel -->\n<div class=\"cgi-section\">14:00 \u2013 15:15 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 3: Virtual Reality<\/div>\n    <div class=\"cgi-chair\">Chair: Jean-Remy Chardonnet, Arts&amp;M\u00e9tiers Institute of Technology<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Realistic Trail Following Behavior in a Dynamically Deformable Terrain using Terrain-Based Penalty Fields<\/div><div class=\"cgi-paper-authors\">Hamza Noor and Muhammad Usman<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Multimodal Neurophysiological Framework for Real-Time Evaluation of User Experience in Virtual Architectural Environments<\/div><div class=\"cgi-paper-authors\">Hui Liang and Longfei Yang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Eye-tracking in virtual reality: usability assessment of a regional heritage museum<\/div><div class=\"cgi-paper-authors\">Micha\u0142 Magryt, Szymon Miko\u0142ajczuk, Marcin Barszcz, Krzysztof Dziedzic, Maria Skublewska-Paszkowska, Pawel Powroznik and Sylwester Korga<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">From SVG to DSVG: Leveraging Foveal Visual Cues to Mitigate Cybersickness in Redirected Walking<\/div><div class=\"cgi-paper-authors\">Xinda Liu, Yongbo Tang, Xiaoning Liu, Pengbo Zhou and Guohua Geng<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 3: Animation &amp; Simulation<\/div>\n    <div class=\"cgi-chair\">Chair: Luciana Nedel, Federal University of Rio Grande do Sul (UFRGS), Brazil<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Animating Socially-Oriented Driving Styles via Deep Reinforcement Learning in Mixed Traffic<\/div><div class=\"cgi-paper-authors\">Bo-Cyuan Lin and Sai-Keung Wong<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Rule-Based Pose Optimization Framework for Camera-View Expressiveness in Stylized Characters<\/div><div class=\"cgi-paper-authors\">Siyao Du, Boyuan Cheng, Yi Wen and Xiaosong Yang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Prompt-to-Motion: Editable Motion Representations for Controllable 2D Text-to-Animation<\/div><div class=\"cgi-paper-authors\">Emre Yildirim and Selim Balcisoy<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Improved SDFIBM: An Efficient FLIP Fluid-Structure Interaction Method Based on Locally Adaptive Grids<\/div><div class=\"cgi-paper-authors\">Yuanjin Mou, Chang Jun Zou and Chen Xi Zhong<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Coffee -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">15:15 \u2013 15:45<\/td><td class=\"cgi-break\">\u2615 Coffee Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 15:45 Parallel -->\n<div class=\"cgi-section\">15:45 \u2013 17:00 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 4: Avatars &amp; Immersion<\/div>\n    <div class=\"cgi-chair\">Chair: Jean-Remy Chardonnet, Arts&amp;M\u00e9tiers Institute of Technology<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Understanding User Perceptions Towards Queue Cutting In Immersive VR Environments<\/div><div class=\"cgi-paper-authors\">Elza Ibragimov, Natasha Kholgade Banerjee, Sean Banerjee and Ashutosh Shivakumar<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Making Faces: Evaluating facial control methods in VR for live conversations<\/div><div class=\"cgi-paper-authors\">Sangeeth Chandran Jayachandran Kala, Marisa Llorens Salvador and Cathy Ennis<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Semantic-to-Motion Digital Twin Framework for Expressive Industrial Avatars in Telepresence<\/div><div class=\"cgi-paper-authors\">Damien Mazeas, Anthony Foulonneau and J\u00e9r\u00e9my Lacoche<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Effects of Immersion Fidelity and Multimodal Support on Cognitive Load, User Experience, and Behavioral Intentions in Embodied Conversational Agent Interactions<\/div><div class=\"cgi-paper-authors\">Sagar Ashok Vankit et al.<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 4: Agents<\/div>\n    <div class=\"cgi-chair\">Chair: Luciana Nedel, Federal University of Rio Grande do Sul (UFRGS), Brazil<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Do Looks Matter for Classroom Embodied Conversational Agents? Evidence from a Seven-Week Homework Study<\/div><div class=\"cgi-paper-authors\">Nafisa Sabnam Shama, Jing-Yin Hung, Bart Knijnenburg and Matias Volonte<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Avatars and Agents appearance biases explained by the theory of Social Categorization: A Virtual Reality study<\/div><div class=\"cgi-paper-authors\">Eloise Minder, Sylvain Fleury, Christophe Guillet and Jean-R\u00e9my Chardonnet<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">CaseDigital: A Godot-Based Tool for Structured 3D Crime Scene Reconstruction and Investigative Visualization<\/div><div class=\"cgi-paper-authors\">Willy Delling and Dirk Labudde<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Welcome drink -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">17:00 \u2013 18:00<\/td><td class=\"cgi-social\">\ud83e\udd42 Welcome Drink \u2014 Hall H8<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<\/div>\n\n\n\n<style>\n.cgi-prog { font-family: 'Segoe UI', Arial, sans-serif; color: #1c2b3a; line-height: 1.6; max-width: 960px; margin: 0 auto; }\n.cgi-prog h2.cgi-day-title { font-size: 1.8rem; color: #0f2340; border-left: 5px solid #2d7dd2; padding-left: 14px; margin: 0 0 6px; }\n.cgi-prog .cgi-day-sub { color: #5a6a7e; font-size: 0.95rem; margin-bottom: 28px; padding-left: 19px; }\n.cgi-prog .cgi-timetable { width: 100%; border-collapse: collapse; margin-bottom: 36px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }\n.cgi-prog .cgi-timetable th { background: #0f2340; color: #fff; padding: 12px 16px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; text-align: left; }\n.cgi-prog .cgi-timetable td { padding: 12px 16px; border-bottom: 1px solid #d5e0ef; font-size: 0.88rem; vertical-align: middle; }\n.cgi-prog .cgi-timetable tr:last-child td { border-bottom: none; }\n.cgi-prog .cgi-timetable tr:nth-child(even) td { background: #f0f6fd; }\n.cgi-prog .cgi-time { font-weight: 700; color: #1a4a8a; white-space: nowrap; font-size: 0.82rem; }\n.cgi-prog .cgi-break { color: #5a6a7e; font-style: italic; }\n.cgi-prog .cgi-keynote { font-weight: 700; color: #0f2340; }\n.cgi-prog .cgi-social { font-weight: 700; color: #c9973a; }\n.cgi-prog .cgi-section { background: #0f2340; color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; margin: 36px 0 14px; display: flex; align-items: center; gap: 10px; }\n.cgi-prog .cgi-section span { background: #2d7dd2; border-radius: 20px; padding: 2px 10px; font-size: 0.72rem; }\n.cgi-prog .cgi-parallel { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 10px; }\n.cgi-prog .cgi-col-header { background: #e8f1fb; border: 1px solid #d5e0ef; border-radius: 6px; padding: 10px 14px; font-size: 0.8rem; font-weight: 700; color: #1a4a8a; margin-bottom: 10px; }\n.cgi-prog .cgi-paper { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 13px 16px; margin-bottom: 8px; }\n.cgi-prog .cgi-paper-title { font-weight: 600; font-size: 0.88rem; color: #0f2340; margin-bottom: 4px; line-height: 1.4; }\n.cgi-prog .cgi-paper-authors { font-size: 0.78rem; color: #5a6a7e; line-height: 1.4; }\n.cgi-prog .cgi-chair { font-size: 0.8rem; color: #5a6a7e; font-style: italic; margin-bottom: 10px; }\n.cgi-prog .cgi-panellist-list { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 14px 18px 14px 32px; }\n.cgi-prog .cgi-panellist-list li { font-size: 0.88rem; color: #1c2b3a; padding: 4px 0; border-bottom: 1px solid #f0f6fd; }\n.cgi-prog .cgi-panellist-list li:last-child { border-bottom: none; }\n.cgi-prog .cgi-single { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 13px 16px; margin-bottom: 8px; }\n@media (max-width: 640px) { .cgi-prog .cgi-parallel { grid-template-columns: 1fr; } .cgi-prog .cgi-timetable { font-size: 0.8rem; } .cgi-prog .cgi-timetable td, .cgi-prog .cgi-timetable th { padding: 9px 10px; } }\n<\/style>\n\n<div class=\"cgi-prog\">\n\n<h2 class=\"cgi-day-title\">Day 2 \u2014 Tuesday, June 2<\/h2>\n<p class=\"cgi-day-sub\">CASAXR26 Second Day \u00b7 Rooms H8-01-C &amp; H8-01-D<\/p>\n\n<!-- Morning plenary -->\n<table class=\"cgi-timetable\">\n  <thead><tr><th style=\"width:150px\">Time<\/th><th>Event<\/th><\/tr><\/thead>\n  <tbody>\n    <tr><td class=\"cgi-time\">09:15 \u2013 10:00<\/td><td class=\"cgi-keynote\">\ud83c\udfa4 Panel: Reinventing Computer Animation through Generative AI and Virtual Worlds<br><small style=\"font-weight:400;color:#5a6a7e\">Chair: Nadia Magnenat Thalmann, MIRALab \u2013 University of Geneva<\/small><\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- Panel panellists -->\n<div class=\"cgi-section\">Panellists<\/div>\n<ul class=\"cgi-panellist-list\">\n  <li>Jean-Remy Chardonnet \u2014 Arts&amp;M\u00e9tiers Institute of Technology, Ch\u00e2lon sur Sa\u00f4ne<\/li>\n  <li>Manyola Kavakli-Thorne \u2014 Aston University, Birmingham, UK<\/li>\n  <li>Ping Li \u2014 The Hong Kong Polytechnic University<\/li>\n  <li>Despina Michael-Grigoriou \u2014 Cyprus University of Technology<\/li>\n  <li>Luciana Nedel \u2014 Federal University of Rio Grande do Sul (UFRGS), Brazil<\/li>\n  <li>Nicolas Pronost \u2014 LIRIS-SAARA, University Lyon-1, France<\/li>\n  <li>Daniel Thalmann \u2014 EPFL<\/li>\n<\/ul>\n\n<table class=\"cgi-timetable\" style=\"margin-top:24px\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">10:00 \u2013 10:30<\/td><td class=\"cgi-break\">\u2615 Coffee Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 10:30 Parallel -->\n<div class=\"cgi-section\">10:30 \u2013 11:45 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 5: Simulation &amp; Reconstruction<\/div>\n    <div class=\"cgi-chair\">Chair: Nicolas Pronost, LIRIS-SAARA, University Lyon-1, France<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">CPSN: Collision-Overlap and Physics-Based Self-Supervised Neural Cloth Simulation<\/div><div class=\"cgi-paper-authors\">Tao Peng, Zhi Gong, Zili Zhang, Li Li and Xinrong Hu<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Controlling Dendritic Ice and Frost Crystal Growth Along User-Drawn Trajectories<\/div><div class=\"cgi-paper-authors\">Yudai Ichimura and Syuhei Sato<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Obstacle-Aware Fluid Control via Vector Potential<\/div><div class=\"cgi-paper-authors\">Yizhang Chen and Takashi Kanai<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">3D Hair Reconstruction from Sketches using Strand and Depth Maps<\/div><div class=\"cgi-paper-authors\">Ritsuki Ishiwata, Syuhei Sato and Shun Tatsukawa<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 5: View Synthesis &amp; Visualization<\/div>\n    <div class=\"cgi-chair\">Chair: Ping Li, The Hong Kong Polytechnic University<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">PIGS4TS: Physics-Interactive Gaussian Splatting for Traffic Scenes<\/div><div class=\"cgi-paper-authors\">Dongyan Yuan, Zhiwei Ma, Youquan Liu, Shaohui Jiao, Zhengxiong Liu and Panfeng Huang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Design and Evaluation of Comparative Visualization Techniques in Open-Field VR Environments<\/div><div class=\"cgi-paper-authors\">Ran Li, Zhiqi Xiao, Hao Jiang, Shuqin Gao, Honglong Zhao, Yancong Wang and Zhaoqi Wang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">TreeCompletionNet: Multi-Resolution Optimization Completion Network of ALS Point Clouds for 3D Tree Reconstruction<\/div><div class=\"cgi-paper-authors\">Leyuan Lu, Weiyi Huang, Huiyu Li, Yanan Duan, Jun Pi, Ping Zhang and Shaojun Hu<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">GDR-Gaussians: Generative Depth Regularization for Efficient Factorized 3D Gaussian Splatting<\/div><div class=\"cgi-paper-authors\">Haishan Lai and Xianguo Liu<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- 11:45 Parallel -->\n<div class=\"cgi-section\">11:45 \u2013 13:00 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 6: LLM, Generative AI &amp; Cognition<\/div>\n    <div class=\"cgi-chair\">Chair: Nicolas Pronost, LIRIS-SAARA, University Lyon-1, France<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Text-to-3D City: Plan-then-Execute Urban Generation with LLM Planners and Procedural Synthesis<\/div><div class=\"cgi-paper-authors\">Xiaohang Dong, Hualong Yu, Xu Zhang, Jianye Wang and Qicheng Li<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">LLM-based modeling of 3D joint kinematics of the Polonaise folk dance for motion-to-text generation for user-feedback capabilities<\/div><div class=\"cgi-paper-authors\">Emilia Stefania W\u00f3jcik, Maciej Alencynowicz, Maria Skublewska-Paszkowska and Pawel Powroznik<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Multimodal Neuro-Adaptive Tutoring Agent for Children&#8217;s Classical Chinese Poetry Learning in VR<\/div><div class=\"cgi-paper-authors\">Hui Liang and Xue Wang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">When is Fake Real Enough? Evaluating StyleGAN2 and NVAE Face Realism Across Animation and Visual Contexts<\/div><div class=\"cgi-paper-authors\">Maha Almaimani, Xiang Li, Joseph Kider, Matias Volonte and Eric Patterson<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 6: Vision &amp; Recognition<\/div>\n    <div class=\"cgi-chair\">Chair: Ping Li, The Hong Kong Polytechnic University<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">TeLE-Net: A Texture-Enhanced Edge Extraction Network<\/div><div class=\"cgi-paper-authors\">Fangbo Lu, Wanchuang Luo, Xuanzhao Zhao, Yulin Feng, Ding Liang, Xiaokun Sun and Meili Wang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Computer Vision for Wildlife Monitoring: Detecting Brown Howler Monkeys using YOLO<\/div><div class=\"cgi-paper-authors\">Gabriel Ferri Schneider, Guido Luis Glufke Mainardi, Paulo Ricardo Knob, Patr\u00edcia Dias, M\u00e1rcia Jardim, J\u00falio C\u00e9sar Bicca-Marques and Soraia Raupp Musse<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Road Region Recognition and Path Parsing Methods in Various Styles Automotive Factory Floorplans<\/div><div class=\"cgi-paper-authors\">Junxi Wang, Yutong Fang, Hongxin Zhang and Wei Chen<\/div><\/div>\n<div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A.D.A.M.O.: Agent for Domain-general Actions with Multimodal Observations<\/div><div class=\"cgi-paper-authors\">Stefano Calzolari, Alessandro Emmanuel Pecora, Francesco Strada and Andrea Bottino<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Lunch -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">13:00 \u2013 14:00<\/td><td class=\"cgi-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 14:00 Parallel -->\n<div class=\"cgi-section\">14:00 \u2013 15:15 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 7: Sound, Haptics &amp; Vehicles<\/div>\n    <div class=\"cgi-chair\">Chair: Manyola Kavakli-Thorne, Aston University, Birmingham, UK<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Feeling the Flow: A Real-time Multimodal Visuo-Haptic Interface for Interactive Fluid Dynamics in XR<\/div><div class=\"cgi-paper-authors\">Guoqing Chen and Min Xiong<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">SonicRadiation: Ghost-Cell-Free Hybrid Acoustic Simulation via Consistent Boundary-Grid Coupling<\/div><div class=\"cgi-paper-authors\">Xutong Jin, Fei Zhu, Guoping Wang and Sheng Li<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">NeuroSonic: Instant Neural Impact Sound Synthesis with Learned Acoustic Transfer<\/div><div class=\"cgi-paper-authors\">Junhan Zhao, Yiming Huang, Xutong Jin, Fei Zhu, Meng Gai and Sheng Li<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Risk-Aware Motorcycle Interaction in Mixed Traffic Flow via Deep Reinforcement Learning<\/div><div class=\"cgi-paper-authors\">Yu-Tsen Wei, Kuo-Wei Ma, Guan-Hao Chen and Sai-Keung Wong<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 LNCS 7: Virtual Reality<\/div>\n    <div class=\"cgi-chair\">Chair: Thiago Freitas, MIRALab, University of Geneva<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Exploring Pressure and Sensory Incongruence in Short-Distance VR Interaction<\/div><div class=\"cgi-paper-authors\">Tristan Maiore, Joffrey Guilmet, Sebastien George, Jean-R\u00e9my Chardonnet and Diego Monteiro<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Multimodal, Interactive, and Immersive Exploration for Enhanced and Personalized User Experience<\/div><div class=\"cgi-paper-authors\">Shamima Yasmin<\/div><\/div>\n    <div style=\"margin-top:16px\"><div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 CAVW 9: Animation 2 (14:40\u201315:15)<\/div><\/div>\n    <div class=\"cgi-chair\">Chair: Thiago Freitas, MIRALab, University of Geneva<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Diverse Locomotion Styles from Linear- and Angular-Velocity Phase Manifolds<\/div><div class=\"cgi-paper-authors\">Seungmoo Jung and Takashi Kanai<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Dynamic Fatigue Feature Injection for Simulating Fatigue Effects in Animation<\/div><div class=\"cgi-paper-authors\">Iliana Loi and Konstantinos Moustakas<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Coffee -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">15:15 \u2013 15:45<\/td><td class=\"cgi-break\">\u2615 Coffee Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 15:45 Parallel -->\n<div class=\"cgi-section\">15:45 \u2013 17:00 Parallel Sessions <span>Room H8-01-C &amp; H8-01-D<\/span><\/div>\n<div class=\"cgi-parallel\">\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-C \u2014 CAVW 8: Human Motion<\/div>\n    <div class=\"cgi-chair\">Chair: Manyola Kavakli-Thorne, Aston University, Birmingham, UK<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">TM-Edit: Text Guided Diffusion-Transformer based Motion Editing with Temporal Soft Masks Learning<\/div><div class=\"cgi-paper-authors\">Yu Zheng, Xuesi Qiu, Nan Xiang, Yulin Zhou and Zhao Wang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">XmoPipe: A Pipeline for Large-Scale In-the-Wild Human Motion Dataset Construction<\/div><div class=\"cgi-paper-authors\">Nathan Salazar, Emmanuel Dellandr\u00e9a, Mathieu Lefort and Alexandre Meyer<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">VMR: Training-Free 3D Motion Retrieval from Video<\/div><div class=\"cgi-paper-authors\">Jaeho Im and Minhye Kang<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Beauty and the Beat: Music-Driven Choral Conducting with Beat-Aware Diffusion<\/div><div class=\"cgi-paper-authors\">Boyuan Cheng, Shang Ni, Yingjie Xi, Siyao Du, Jian J Zhang and Xiaosong Yang<\/div><\/div>\n  <\/div>\n  <div>\n    <div class=\"cgi-col-header\">\ud83c\udfdb Room H8-01-D \u2014 CAVW 10: Animation<\/div>\n    <div class=\"cgi-chair\">Chair: Thiago Freitas, MIRALab, University of Geneva<\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">DESTalker: Disentangling Emotion and Style for Expressive 3D Facial Animation via Residual Generation<\/div><div class=\"cgi-paper-authors\">Xu Yang, Shiguang Liu and Qing Xu<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Musculoskeletal Motion Control and Generation Based on Muscle Synergies<\/div><div class=\"cgi-paper-authors\">Libo Sun, Jiwei Wen and Wenhu Qin<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Analysis of Robustness in Biped Locomotion Controllers<\/div><div class=\"cgi-paper-authors\">Gangrae Park, Seung-Wook Ko, Taesoo Kwon and Yejin Kim<\/div><\/div>\n    <div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Text2Blueprint2Motion: Synthesis of Human-Object Interaction with Limbs Motion from Text<\/div><div class=\"cgi-paper-authors\">Lin Li, Zhen Liu, Tingting Liu and Xuyao Dai<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- Dinner -->\n<table class=\"cgi-timetable\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">19:30 \u2013 21:30<\/td><td class=\"cgi-social\">\ud83c\udf7d\ufe0f Conference Dinner<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<\/div>\n\n\n\n<style>\n.cgi-prog { font-family: 'Segoe UI', Arial, sans-serif; color: #1c2b3a; line-height: 1.6; max-width: 960px; margin: 0 auto; }\n.cgi-prog h2.cgi-day-title { font-size: 1.8rem; color: #0f2340; border-left: 5px solid #2d7dd2; padding-left: 14px; margin: 0 0 6px; }\n.cgi-prog .cgi-day-sub { color: #5a6a7e; font-size: 0.95rem; margin-bottom: 28px; padding-left: 19px; }\n.cgi-prog .cgi-timetable { width: 100%; border-collapse: collapse; margin-bottom: 36px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }\n.cgi-prog .cgi-timetable th { background: #0f2340; color: #fff; padding: 12px 16px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; text-align: left; }\n.cgi-prog .cgi-timetable td { padding: 12px 16px; border-bottom: 1px solid #d5e0ef; font-size: 0.88rem; vertical-align: middle; }\n.cgi-prog .cgi-timetable tr:last-child td { border-bottom: none; }\n.cgi-prog .cgi-timetable tr:nth-child(even) td { background: #f0f6fd; }\n.cgi-prog .cgi-time { font-weight: 700; color: #1a4a8a; white-space: nowrap; font-size: 0.82rem; }\n.cgi-prog .cgi-break { color: #5a6a7e; font-style: italic; }\n.cgi-prog .cgi-keynote { font-weight: 700; color: #0f2340; }\n.cgi-prog .cgi-social { font-weight: 700; color: #c9973a; }\n.cgi-prog .cgi-section { background: #0f2340; color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; margin: 36px 0 14px; display: flex; align-items: center; gap: 10px; }\n.cgi-prog .cgi-section span { background: #2d7dd2; border-radius: 20px; padding: 2px 10px; font-size: 0.72rem; }\n.cgi-prog .cgi-paper { background: #fff; border: 1px solid #d5e0ef; border-radius: 8px; padding: 13px 16px; margin-bottom: 8px; }\n.cgi-prog .cgi-paper-title { font-weight: 600; font-size: 0.88rem; color: #0f2340; margin-bottom: 4px; line-height: 1.4; }\n.cgi-prog .cgi-paper-authors { font-size: 0.78rem; color: #5a6a7e; line-height: 1.4; }\n.cgi-prog .cgi-chair { font-size: 0.8rem; color: #5a6a7e; font-style: italic; margin-bottom: 10px; }\n.cgi-prog .cgi-closing { background: linear-gradient(135deg, #0f2340, #1a4a8a); color: #fff; border-radius: 10px; padding: 28px 32px; margin-top: 40px; text-align: center; }\n.cgi-prog .cgi-closing h3 { font-size: 1.4rem; margin-bottom: 8px; color: #ffffff; }\n.cgi-prog .cgi-closing p { font-size: 0.9rem; opacity: 0.85; }\n@media (max-width: 640px) { .cgi-prog .cgi-timetable { font-size: 0.8rem; } .cgi-prog .cgi-timetable td, .cgi-prog .cgi-timetable th { padding: 9px 10px; } }\n<\/style>\n\n<div class=\"cgi-prog\">\n\n<h2 class=\"cgi-day-title\">Day 3 \u2014 Wednesday, June 3<\/h2>\n<p class=\"cgi-day-sub\">CASAXR26 Third Day \u00b7 Room H8-01-C \u00b7 Closing Day<\/p>\n\n<!-- Morning plenary -->\n<table class=\"cgi-timetable\">\n  <thead><tr><th style=\"width:150px\">Time<\/th><th>Event<\/th><\/tr><\/thead>\n  <tbody>\n    <tr><td class=\"cgi-time\">09:00 \u2013 09:15<\/td><td class=\"cgi-keynote\">Welcome to CASAXR26<\/td><\/tr>\n    <tr><td class=\"cgi-time\">09:15 \u2013 10:00<\/td><td class=\"cgi-keynote\">\ud83c\udfa4 CGI Keynote 2<br><strong>Luciana Nedel<\/strong> \u2014 Federal University of Rio Grande do Sul (UFRGS), Brazil<br><em style=\"font-weight:400;font-size:0.85rem\">Designing Next-Generation Simulators: Real-Time Immersion for Real Learning<\/em><br><small style=\"color:#5a6a7e\">Chair: Daniel Thalmann, EPFL<\/small><\/td><\/tr>\n    <tr><td class=\"cgi-time\">10:00 \u2013 10:30<\/td><td class=\"cgi-break\">\u2615 Coffee Break<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- 10:30 Single room -->\n<div class=\"cgi-section\">10:30 \u2013 11:45 \u2014 Room H8-01-C <span>CAVW 11: Recognition Methods &amp; Modeling<\/span><\/div>\n<div class=\"cgi-chair\">Chair: Nadia Magnenat Thalmann, MIRALab \u2013 University of Geneva<\/div>\n<div class=\"cgi-paper\"><div class=\"cgi-paper-title\">A Gait Recognition Method via Graph Convolutional Networks with Local Mask<\/div><div class=\"cgi-paper-authors\">Jing Jiang, Hongyu Shi, Yueping Kong, Yingxuan Huang and Jie Yang<\/div><\/div>\n<div class=\"cgi-paper\"><div class=\"cgi-paper-title\">CameraVQ: Vector-Quantized Representations for Monocular Camera Calibration<\/div><div class=\"cgi-paper-authors\">Daeun Cheong and Junghyun Han<\/div><\/div>\n<div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Modeling Animal Motion from Observation to Synthesis: A Review<\/div><div class=\"cgi-paper-authors\">Yutong Guo, Boyuan Cheng, Siyao Du, Yi Wen and Xiaosong Yang<\/div><\/div>\n<div class=\"cgi-paper\"><div class=\"cgi-paper-title\">Controlling Form through Intent: A BCI-VR System for Enhancing Cultural Presence in Chinese Shadow Puppetry<\/div><div class=\"cgi-paper-authors\">Hui Liang and Xinyu Ye<\/div><\/div>\n\n<!-- Closing -->\n<table class=\"cgi-timetable\" style=\"margin-top:36px\">\n  <tbody>\n    <tr><td class=\"cgi-time\" style=\"width:150px\">11:45 \u2013 12:45<\/td><td class=\"cgi-social\">\ud83c\udfc6 Award Ceremony &amp; Closing Session<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<div class=\"cgi-closing\">\n  <h3>\ud83c\udfc6 Thank you for joining CASAXR26!<\/h3>\n  <p>Geneva, Switzerland \u00b7 June 1\u20133, 2026<\/p>\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"footnotes":""},"class_list":["post-1522","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CONFERENCE PROGRAM - CASAXR26<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CONFERENCE PROGRAM - CASAXR26\" \/>\n<meta property=\"og:description\" content=\"CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/\" \/>\n<meta property=\"og:site_name\" content=\"CASAXR26\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-23T04:11:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\",\"name\":\"CONFERENCE PROGRAM - CASAXR26\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#website\"},\"datePublished\":\"2025-11-11T11:56:45+00:00\",\"dateModified\":\"2026-05-23T04:11:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CONFERENCE PROGRAM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#website\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/\",\"name\":\"CASAXR26\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#organization\",\"name\":\"CASAXR26\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-CASAxr26.png\",\"contentUrl\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-CASAxr26.png\",\"width\":1640,\"height\":369,\"caption\":\"CASAXR26\"},\"image\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CONFERENCE PROGRAM - CASAXR26","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","og_locale":"en_US","og_type":"article","og_title":"CONFERENCE PROGRAM - CASAXR26","og_description":"CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 ...","og_url":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","og_site_name":"CASAXR26","article_modified_time":"2026-05-23T04:11:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","url":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","name":"CONFERENCE PROGRAM - CASAXR26","isPartOf":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#website"},"datePublished":"2025-11-11T11:56:45+00:00","dateModified":"2026-05-23T04:11:10+00:00","breadcrumb":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/home\/"},{"@type":"ListItem","position":2,"name":"CONFERENCE PROGRAM"}]},{"@type":"WebSite","@id":"https:\/\/cgs-network.org\/CASAXR26\/#website","url":"https:\/\/cgs-network.org\/CASAXR26\/","name":"CASAXR26","description":"","publisher":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cgs-network.org\/CASAXR26\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cgs-network.org\/CASAXR26\/#organization","name":"CASAXR26","url":"https:\/\/cgs-network.org\/CASAXR26\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cgs-network.org\/CASAXR26\/#\/schema\/logo\/image\/","url":"https:\/\/cgs-network.org\/CASAXR26\/wp-content\/uploads\/2025\/11\/cropped-CASAxr26.png","contentUrl":"https:\/\/cgs-network.org\/CASAXR26\/wp-content\/uploads\/2025\/11\/cropped-CASAxr26.png","width":1640,"height":369,"caption":"CASAXR26"},"image":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/comments?post=1522"}],"version-history":[{"count":10,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522\/revisions"}],"predecessor-version":[{"id":1670,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522\/revisions\/1670"}],"wp:attachment":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/media?parent=1522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}