Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

MAVEN: A Macro-Societal Value Evaluation Framework of Multimodal Content with Compact Aligned Evaluators

arXiv:2608.180962026-08-20

A framework and a small AI model that check whether images and text respect big social values like peace, justice, and freedom

The authors built MAVEN, a two-layer scoring framework with 6 broad value dimensions (peace, development, equity, justice, democracy, freedom) and 72 detailed indicators grounded in UN human-rights documents, then paired it with MacroValue-Bench, a 1,157-item benchmark of real news and social-media image-text pairs labeled by frontier AI models and verified by human checkers. They also introduced SA-MDPO, a training method that transfers judgment ability from large teacher vision-language models into a compact 2B-parameter student, plus Multi-Role Consensus (MRC), an inference trick that queries the same model under 14 different stakeholder personas and votes on the answers. The resulting small model matched or beat an 8B model from the same family and closed much of the gap to top commercial systems, while the authors also flag cultural bias and censorship-misuse risks.

METAL MEDIA explanatory visual

A framework and a small AI model that check whether images and text respect big social values like peace, justice, and freedom

  1. 01Existing value-checking tools for AI mostly focus on safety issues (toxicity, bias) or ask text-only survey questions, so they can't well judge whether real image-plus-text content aligns with broad societal values
  2. 02MAVEN organizes values into 6 primary dimensions and 72 secondary indicators grounded in international human-rights instruments (like the UDHR) and cultural value theory, and the team built MacroValue-Bench from ~1,157 image-text items across news and social media, labeled by three frontier VLMs and verified by 8 human annotators
  3. 03Because some indicators overlap in meaning across dimensions (e.g., intergenerational equity vs. intergenerational justice), the authors designed VSMS, a scoring metric that gives partial credit to semantically close wrong answers instead of treating all misses equally
  4. 04SA-MDPO distills judgment skill from large teacher models into a compact 2B vision-language model by adjusting training pressure based on how far apart two ranked answers are in quality, improving on a prior method (MDPO) that used a fixed pressure level
  5. 05At inference time, MRC asks the same model to answer as 14 different roles (judge, diplomat, educator, labor-rights advocate, etc.) and combines answers by majority vote; together, SA-MDPO and MRC raised the QWK agreement score from a 0.39 baseline to 0.624, letting the 2B model beat an 8B model from the same family
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. Existing value-checking tools for AI mostly focus on safety issues (toxicity, bias) or ask text-only survey questions, so they can't well judge whether real image-plus-text content aligns with broad societal values
  2. MAVEN organizes values into 6 primary dimensions and 72 secondary indicators grounded in international human-rights instruments (like the UDHR) and cultural value theory, and the team built MacroValue-Bench from ~1,157 image-text items across news and social media, labeled by three frontier VLMs and verified by 8 human annotators
  3. Because some indicators overlap in meaning across dimensions (e.g., intergenerational equity vs. intergenerational justice), the authors designed VSMS, a scoring metric that gives partial credit to semantically close wrong answers instead of treating all misses equally
  4. SA-MDPO distills judgment skill from large teacher models into a compact 2B vision-language model by adjusting training pressure based on how far apart two ranked answers are in quality, improving on a prior method (MDPO) that used a fixed pressure level
  5. At inference time, MRC asks the same model to answer as 14 different roles (judge, diplomat, educator, labor-rights advocate, etc.) and combines answers by majority vote; together, SA-MDPO and MRC raised the QWK agreement score from a 0.39 baseline to 0.624, letting the 2B model beat an 8B model from the same family
Table 1: Comparison of value frameworks used for AI evaluation. ✓ = full support, ⚫ = partial, ✗ = not supported. Macro. (Macro-societal): targets societal-level values rather than individual ethics or safety. Multi. (Multimodal): operationalized on image–text content. Quant. (Quantitative): yields ordinal or continuous scores rather than categorical labels.
FrameworkMacro.Multi.Quant.
ETHICS Hendrycks et al. (2020)
BBQ Parrish et al. (2022)
Constitutional AI Bai et al. (2022)
Ch3Ef Shi et al. (2024)
VIVA Hu et al. (2024)
ValueBench Ren et al. (2024)
CLAVE Yao et al. (2024)
SPA-VL Zhang et al. (2025)
Safe RLHF-V Ji et al. (2025)
MORALISE Lin et al. (2025)
HumaniBench Raza et al. (2025)
ValueCompass Shen et al. (2025)
MAVEN (ours)
Table 2: Theoretical foundations of Maven’s six primary dimensions. UDHR/ICCPR/ICESCR numbers refer to article numbers. Pre. denotes Preamble. Schwartz value abbreviations: Univ. = Universalism, Benev. = Benevolence, Conf. = Conformity, Self-dir. = Self-direction, Stim. = Stimulation.
DimensionInstrumentsSchwartz
PeaceUN Charter; UDHR Pre.Security
DevelopmentUDHR 22, 25; ICESCRUniversalism
EquityUDHR 1, 7; ICESCR 2Univ., Benev.
JusticeUDHR 6–11; ICCPR 14Univ., Conf.
DemocracyUDHR 21; ICCPR 25Self-dir.
FreedomUDHR 18–20; ICCPR 18–22Self-dir., Stim.
Table 3: MacroValue-Bench data sources.
SourceCount%
Weibo57349.5
Global Times Online24521.2
Ch3Ef-harmless Shi et al. (2024)17315.0
People’s Daily Online16614.3
Total1,157100.0
Table 4: Performance on MacroValue-Bench. All metrics are higher-is-better (↑); bold indicates the best overall; green percentages report the relative gain over the preceding row. Doubao-Seed-1.6-V leads across all six metrics among commercial models, while our compact 2B evaluator matches Qwen3-VL-8B in the same family and approaches frontier commercial VLMs at a 4× smaller parameter count. SA-MDPO alone delivers the bulk of the gain (+52.4% QWK over the baseline), and MRC adds a further +4.2% QWK to reach 0.624.
ModelQWK ↑Acc. ↑F1macro ↑VSMS ↑Recall ↑Precision ↑
Commercial Models
GPT-4o Hurst et al. (2024)0.5630.4710.3460.9190.9190.919
GPT-5 Singh et al. (2025)0.6370.7240.5200.9620.9620.962
Gemini-2.5-Pro Comanici et al. (2025)0.6510.6460.4710.9500.9500.950
Moonshot-V1-Vision Team et al. (2025)0.4360.6730.3210.8460.8460.846
Hunyuan-T1-Vision Team (2025b)0.5880.6890.4410.9330.9330.933
Qwen3-VL-Plus Bai et al. (2025a)0.6380.6530.4690.9350.9350.935
Doubao-Seed-1.6-V ByteDance (2025)0.7020.7560.5240.9660.9660.966
Open-source Models
GLM-4.5V Hong et al. (2025)0.6860.7390.5000.9570.9570.957
Qwen2.5-VL-7B Bai et al. (2025b)0.2450.6170.2250.9210.9130.945
Qwen2.5-VL-3B Bai et al. (2025b)0.2380.6300.2300.9510.9440.958
Qwen3-VL-8B Bai et al. (2025a)0.5460.6910.3800.9610.9610.961
Qwen3-VL-4B Bai et al. (2025a)0.4420.6630.3220.9540.9540.954
Qwen3-VL-2B Bai et al. (2025a)0.3930.4970.3000.7980.7980.798
Ours
Qwen3-VL-2B + SA-MDPO0.599 (+52.4%)0.706 (+42.1%)0.482 (+60.7%)0.954 (+19.5%)0.954 (+19.5%)0.954 (+19.5%)
Qwen3-VL-2B + SA-MDPO + MRC0.624 (+4.2%)0.719 (+1.8%)0.497 (+3.1%)0.959 (+0.5%)0.959 (+0.5%)0.959 (+0.5%)
Table 5: Ablation study comparing DPO, MDPO, and SA-MDPO under different training dataset.
MethodAcc.QWKVSMS
Baseline0.4970.3930.798
DPO (unbalanced)0.1900.1530.517
DPO (balanced)0.6540.2670.946
MDPO (unbalanced)0.6560.5030.920
MDPO (balanced)0.6700.4450.964
SA-MDPO (unbalanced)0.6660.5180.934
SA-MDPO (balanced)0.7060.5990.954
Table 6: Effect of Multi-Role Consensus (MRC) on Qwen3-VL-Instruct models.
ModelAcc.QWKVSMS
Qwen3-VL-2B (×14 runs)0.5160.4050.808
Qwen3-VL-2B (MRC)0.5270.4320.815
Qwen3-VL-4B (×14 runs)0.6730.4040.958
Qwen3-VL-4B (MRC)0.6620.4240.957
Qwen3-VL-8B (×14 runs)0.6890.5260.964
Qwen3-VL-8B (MRC)0.7060.5400.968
Table 7: Secondary indicators of Peace.
IndicatorDefinition
Peace. Non-violence and harmonious coexistence across individual, social, national, and global levels.
World PeaceAbsence of war or conflict among nations, with disputes resolved through diplomacy, cooperation, and rule of law.
Regional PeaceStable and friendly relations among countries within a geographic region through regional cooperation mechanisms.
National PeaceAbsence of large-scale violence or civil war within a country, maintained by rule of law and stable governance.
Social PeaceElimination of violent confrontation among communities or social groups via inclusive policies and exchange.
Political PeaceResolving political differences through democratic consultation, elections, or negotiation rather than repression.
Economic PeaceReducing conflict caused by poverty or inequality through fair distribution and equal economic opportunities.
Cultural PeaceMutual respect and inclusion among cultural traditions, value systems, and belief frameworks.
Cyber PeaceSecurity and cooperation in digital space, curbing cyberattacks, disinformation, and digital surveillance.
Ecological PeacePeaceful resolution of environmental resource disputes and cooperation on transnational ecological issues.
Community PeaceHarmonious relationships within neighborhoods or professional groups through community governance and mediation.
Family PeaceAbsence of violence or oppression among family members, achieved through equal communication and shared responsibilities.
Inner PeaceIndividual psychological tranquility and balance, cultivated through self-awareness and emotion regulation.
Table 8: Secondary indicators of Development.
IndicatorDefinition
Development. Continuous progress and capacity enhancement of individuals, societies, and natural systems.
Economic DevelopmentMaterial wealth growth and structural optimization, including industrial upgrading and inclusive prosperity.
Social DevelopmentImproving livelihoods through public services in education, healthcare, and housing, narrowing wealth gaps.
Personal DevelopmentRealizing individual potential through education, skill training, and mental health support.
Technological DevelopmentScientific breakthroughs driving productivity, with ethical constraints and equitable benefit distribution.
Institutional DevelopmentImprovement of laws, policies, and governance to enhance adaptability, transparency, and efficiency.
Educational DevelopmentEquitable distribution and quality improvement of educational resources, cultivating critical thinking.
Cultural DevelopmentProtection and innovation of cultural diversity, including artistic flourishing and heritage preservation.
Environmental DevelopmentCoordination of ecological protection and economic growth via green technologies and circular economy.
Health DevelopmentStrengthening public health systems and achieving universal health coverage.
Urban-Rural DevelopmentEliminating the urban-rural dual structure through interconnected infrastructure and equitable services.
Regional DevelopmentReducing regional disparities through transportation networks, industrial policies, and complementary specialization.
Political DevelopmentModernization and democratization of political systems, expanding citizen participation and accountability.
Table 9: Secondary indicators of Equity.
IndicatorDefinition
Equity. Reasonable distribution of resources, opportunities, rights, and responsibilities among members of society.
Opportunity EquityEqual rights in education, employment, and entrepreneurship regardless of background, gender, or location.
Procedural EquityFair rule enforcement: consistent legal procedures, transparent standards, and competition free from privilege.
Educational EquityBalanced resource allocation, access, and quality in education across socioeconomic backgrounds.
Employment EquityHiring, promotion, and compensation based solely on ability, prohibiting discrimination by gender, age, or race.
Healthcare EquityUniversal access to high-quality medical services regardless of payment ability or location.
Judicial EquityEquality before the law, independent and unbiased trials, and accessible legal aid for vulnerable groups.
Market EquityHealthy competition order through anti-monopoly and anti-unfair-competition measures protecting SMEs and consumers.
Tax EquityAbility-to-pay taxation that prevents evasion and unjustified privileges, regulating wealth gaps.
Welfare EquityUniversal social security with need-based distribution, especially protecting elderly and disabled.
Political EquityEqual citizen participation in voting, eligibility for office, and policy influence, free from wealth-based monopoly.
Information EquityEqual access to knowledge in the digital age, narrowing the digital divide and protecting data privacy.
Intergenerational EquityBalancing present and future interests, avoiding overuse of resources or unsustainable debt.
Table 10: Secondary indicators of Justice.
IndicatorDefinition
Justice. Institutions and actions aligned with moral and legal principles, protecting rights and balancing interests.
Legal JusticeLegislation and judiciary conform to moral reasoning, with impartial laws and proportionate punishment.
Procedural JusticeNormative and neutral decision-making with rights to hearing, recusal, and reasoned explanations.
Rights-Based JusticeGuarantee of inalienable basic rights via constitutions, especially protecting minorities from majority tyranny.
Distributive JusticeFair sharing of social resources and wealth, opposing extreme inequality through tax and welfare policies.
Social JusticeEqual and inclusive social structure, eliminating class, racial, or gender oppression.
Economic JusticeCritique of exploitative economic relations, advocating balanced labor-capital ties and fair trade rules.
Gender JusticeOpposition to gender-based discrimination and violence, pursuing gender equality across spheres.
Environmental JusticeFair distribution of ecological risks and benefits, opposing pollution transfer to vulnerable communities.
Historical JusticeAcknowledgment and repair of past wrongs (e.g., colonialism, genocide) through apologies and reparations.
Intergenerational JusticeCurrent generations’ responsibility for the future, avoiding irreversible environmental or fiscal damage.
International JusticeChallenge to hegemony and unequal global orders, advocating sovereignty equality and democratized rules.
Cultural JusticeRespect for cultural identity and expression, opposing cultural hegemony or assimilationist oppression.
Table 11: Secondary indicators of Democracy.
IndicatorDefinition
Democracy. Institutionalized public participation in decision-making and oversight of power.
Popular SovereigntyThe people as the ultimate source of state power, with constitutional principles establishing this status.
Electoral DemocracySelection of representatives or leaders through regular, competitive, and free elections.
Representative DemocracyCitizens elect representatives who must faithfully reflect public opinion and remain accountable.
Rule-of-Law DemocracyDemocratic operations bound by constitutional and legal frameworks, with separation of powers and rights protection.
Constitutional DemocracyA written constitution defining government powers and citizen rights, safeguarded by judicial review.
Grassroots DemocracyDirect participation at micro-levels such as residents’ self-governance and participatory budgeting.
Participatory DemocracyActive citizen engagement across political, economic, and cultural domains via multiple channels.
Deliberative DemocracyConsensus through rational dialogue and deliberation rather than simple voting.
Procedural DemocracyNormative and predictable democratic processes with transparent rules and open information.
Supervisory DemocracyIndependent media, civil society, and anti-corruption bodies constraining power and exposing misconduct.
Local DemocracyLocal government autonomy and decentralization, tailoring policies to local needs.
Digital DemocracyUse of information technology (e-voting, online consultation, open data) to expand participation.
Table 12: Secondary indicators of Freedom.
IndicatorDefinition
Freedom. Individual autonomy in thought, expression, action, and choice, free from oppression and coercion.
Freedom of ThoughtRight to independently form opinions, beliefs, and values without coercion or indoctrination.
Freedom of BeliefRight to choose, change, and practice religion or worldview, with state neutrality and protection of non-belief.
Freedom of SpeechProtection of expression without prior censorship or retaliation, balanced against public order and security.
Academic FreedomProtection of scholars’ research, teaching, and publication from political or economic interference.
Creative FreedomAutonomous expression for artists and cultural workers, bearing responsibility against incitement of violence.
Personal LibertyProtection from unlawful arrest, arbitrary detention, or torture, with strict judicial procedures.
Privacy FreedomProtection of personal life, data, and communications from illegal collection or disclosure.
Freedom of AssociationRight to form groups (NGOs, unions, parties) for common purposes, with transparent registration.
Freedom of AssemblyRight to peaceful gatherings and demonstrations under prior notification rather than approval.
Freedom of MovementRight to choose residence, travel, and lawfully enter or exit a country.
Economic FreedomProperty rights, entrepreneurship, contract autonomy, and employment choice with oversight against abuse.
Freedom of ChoiceAutonomous decision-making across life domains free from social or familial coercion.
Table 13: Intra-VLM consistency. Each VLM is queried three times on every item; agreement is measured across the three runs. All three VLMs exhibit substantial self-consistency, with an average QWK of 0.71 across the three VLMs.
DimensionFleiss κAvg. QWKExact
GLM-4.5V (3 runs)
Peace0.5590.7640.618
Development0.5990.7810.655
Equity0.4870.6330.679
Justice0.4860.6550.638
Democracy0.3370.4320.805
Freedom0.4810.5900.692
Overall0.4920.6430.681
Doubao-Seed-1.6-V (3 runs)
Peace0.6550.7850.694
Development0.6660.8020.700
Equity0.5810.6890.724
Justice0.5710.7210.622
Democracy0.4290.5340.829
Freedom0.5300.6660.717
Overall0.5720.6990.714
Gemini-2.5-Pro (3 runs)
Peace0.6760.8610.641
Development0.6070.8580.587
Equity0.5870.7410.588
Justice0.6650.7980.646
Democracy0.5840.6860.741
Freedom0.5110.7250.497
Overall0.6050.7780.617
Table 14: Inter-VLM agreement across GLM-4.5V, Doubao-Seed-1.6-V, and Gemini-2.5-Pro. Exact is the primary-dimension exact-agreement rate; Indicator is the exact-agreement rate on the corresponding 12 secondary indicators per dimension.
DimensionFleiss κAvg. QWKExactIndicator
Peace0.4100.6500.4500.818
Development0.2420.6150.2560.765
Equity0.3050.5180.4870.871
Justice0.3390.5570.4640.837
Democracy0.2310.3520.7500.920
Freedom0.2040.4470.4000.848
Overall0.2880.5230.4680.843
Table 15: Human modification rate: the fraction of primary-dimension labels that human verifiers modified after 3-VLM majority voting.
DimensionRate (%)
Peace25.11
Justice19.02
Freedom17.09
Development15.60
Equity12.78
Democracy03.86
Overall15.58
Table 16: The 14 personas used in Multi-Role Consensus (MRC), each emphasizing a complementary set of MAVEN secondary indicators (italicized). Persona 1 serves as an impartial baseline; personas 2–14 each bring a stakeholder-specific perspective. The full system prompts are released with the dataset.
#PersonaPrimary Evaluative Lens
1Value Alignment AnalystImpartial baseline; weighs all six primary dimensions equally based on textual evidence.
2EducatorEducational Development, Opportunity Equity, Freedom of Thought; sensitive to barriers to learning.
3Public Health PhysicianHealth Development, Healthcare Equity, Personal Liberty (bodily autonomy), Inner Peace.
4Financial AnalystEconomic Development, Market Equity, Economic Peace, Economic Freedom.
5JudgeProcedural Justice, Rule-of-Law Democracy, Judicial Equity, Rights-Based Justice.
6Environmental ScientistEcological Peace, Environmental Development, Intergenerational Equity, Environmental Justice.
7Socially-Conscious ArtistCultural Peace, Cultural Development, Creative Freedom, Freedom of Speech.
8Social WorkerSocial Peace, Family/Community Peace, Welfare Equity, Social Justice.
9Investigative JournalistInformation Equity, Supervisory Democracy, Freedom of Speech, Political Peace.
10TechnologistTechnological Development, Cyber Peace, Digital Democracy, Privacy Freedom.
11DiplomatWorld/Regional Peace, International Justice, Popular Sovereignty, Cultural Peace.
12Political ScientistInstitutional Development, Electoral Democracy, Constitutional Democracy, Political Equity.
13Historian & SociologistHistorical Justice, Gender Justice, Freedom of Belief, Academic Freedom.
14Labor Rights AdvocateEmployment Equity, Distributive Justice, Tax Equity, Freedom of Movement/Association.

Why it matters

Being able to automatically flag whether news or social-media content reflects or violates broad social values like peace, justice, or freedom -- using a small, cheap model instead of a giant one -- gives content moderation and media-analysis teams a practical, scalable tool. But the authors themselves caution that the benchmark leans on Chinese-language sources and East Asian annotators and warn the tool could be misused for censorship, so it needs careful validation before real deployment.

Terms in this paper

  • VLM (vision-language model) · an AI model that can understand both images and text together and generate responses
  • QWK (Quadratic Weighted Kappa) · a score measuring how well two raters agree on ordered ratings (like -2 to +2), penalizing big mismatches more than small ones
  • DPO / MDPO / SA-MDPO · training methods that teach a model to prefer better answers over worse ones; SA-MDPO adjusts training strength based on how far apart the ranked answers are in quality
  • distillation · transferring the skills of a large 'teacher' AI model into a smaller, cheaper 'student' model
  • VSMS (Value-Aware Soft Match Score) · a scoring method that gives partial credit when a predicted label is semantically close to the correct one, instead of only counting exact matches

Figures we cannot republish

  • Figure 1: Overview of the MAVEN hierarchical framework and evaluator optimization. (I) MAVEN Framework: Macro-societal value taxonomy with 6 primary dimensions and 72 secondary indicators. Secondary indicators are constructed through an iterative human–AI collaborative pipeline to ensure comprehensive coverage and conceptual clarity. (II) Evaluator Optimization: A compact student VLM is distilled from frontier teachers via our proposed SA-MDPO. Then multi-role consensus aggregates different stakeholder perspectives at inference time.
  • Figure 2: Overview of MacroValue-Bench construction and the evaluation pipeline. (Part A) We collect ∼30K multimodal items from four sources, sample 1,157 image–text pairs, annotate each pair via three frontier VLMs, then verify with human annotators. Each item carries a structured dimensional label. (Part B) We evaluate VLMs’ predictions against ground-truth annotations using Value-Aware Soft Match (Recall direction shown; Precision is symmetric), which assigns partial credit to semantically close cross-dimension predictions.
  • Figure 3: Cosine similarity between Qwen3-Embedding-8B representations of MAVEN’s 72 secondary indicators. (Left) Similarity matrix showing block-diagonal within-dimension coupling and off-block-diagonal cross-dimension neighbors. (Right) Distribution of pairwise similarities, with a dense bulk near 0.40 and a sparse right tail beyond 0.65.
  • Figure 4: Case study. Qwen: Qwen3-VL-8B-Instruct; Gemini: Gemini-2.5-Pro; Ours: Qwen3-VL-2B trained under SA-MDPO with MRC. Top: predicted primary scores. Qwen underactivates all dimensions; Gemini over-activates Peace and Development (false positives); our distilled 2B model with MRC correctly identifies Equity, Justice, and Freedom with no false positives. Bottom: per-indicator predictions. Above the divider are the 7 ground-truth non-zero indicators; below are indicators that models hallucinated. Our compact 2B model matches Gemini-2.5-Pro’s indicator recall (6/7) while producing zero false positives.
  • Figure 5: Per-dimension comparison across closed-source baselines on three metrics (Accuracy, QWK, F1macro).
  • Figure 6: Per-dimension QWK of the Qwen3-VL family (2B/4B/8B) and our SA-MDPO distilled evaluator. Our compact 2B model matches or exceeds Qwen3-VL-8B on all six dimensions.
See the figures in the original paper →

Original abstract (English)

Assessing whether multimodal content aligns with macro-societal values, such as peace, justice, and freedom, has become an increasingly urgent challenge. Existing frameworks are largely confined to safety-oriented taxonomies, text-only psychometric probes, or single-label classification. Therefore, we propose MAVEN, a hierarchical framework for macro-societal value evaluation of multimodal content, grounded in international human-rights instruments and cultural value theory. MAVEN organizes values into 6 primary dimensions and 72 secondary indicators, supporting multi-level quantitative scoring. Building on MAVEN, we construct a human-verified multimodal benchmark and a soft-match metric to evaluate VLMs' assessments across value dimensions. For evaluator optimization, we propose a span-adaptive variant of multi-level preference optimization for evaluator distillation, together with a training-free multi-role consensus strategy at inference time. We evaluate existing open- and closed-source VLMs on our benchmark, revealing shared tendencies and clear differences in macro-societal value judgments. Experiments show that our compact 2B evaluator matches its 8B counterpart in the same family and approaches frontier closed-source VLMs, offering a practical path toward scalable macro-societal value evaluation. Our SA-MDPO implementation and MacroValue-Bench are available at https://github.com/zzzzzzzzjj/MAVEN.

Authors · Zijuan Zhao, Zheren Fu, Hou Xia, Licheng Zhang, Yi Liu, Zhendong Mao

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA