SearcharxivSearch

arXiv subjects

Alexander P. Christensen

Publications and source records attributed to Alexander P. Christensen.

4 recordsLinked to original sources

A Latent Oscillator Measurement Model to Simulate Emotional-Expression Score Dynamics in Video

Facial-expression classifiers convert video into multivariate time series of scores with measurement error from classifiers, videos, and recording conditions. Empirical score series cannot establish whether the score channels reflect a smaller set of latent expressive processes or whether an analysis would recover those processes. We introduce the Latent Oscillator Measurement Model (LOMM), a data-generating model that separates latent dynamics, time-varying activity, and a factor-analytic observation model. The latent processes are damped, undamped, or amplifying linear oscillators. LOMM generates bounded scores or continuous indicators. Study 1 used four-fold cross-fitting with scores from 100 MAFW videos to calibrate LOMM and evaluate generated series on held-out videos. Median plausibility and coverage were 0.970 and 0.920 for LOMM, versus 0.510 and 0.370 for a calibrated static logistic-normal generator. Study 2 tested whether Dynamic Exploratory Graph Analysis (DynEGA), static EGA, GraphicalVAR, and GIMME recovered a known dimensional structure from continuous indicators generated by LOMM. At 100 observations per clip, with failed or timed-out fits counted as incorrect, correct-dimension recovery was 0.939 for DynEGA, 0.884 for static EGA, 0.777 for GraphicalVAR, and 0.176 for GIMME. Replacing the common fixed initialization with independent stationary starts for stable dimensions and bounded independent starts for amplifying dimensions reduced recovery for DynEGA, static EGA, and GraphicalVAR. LOMM provides a controlled test of whether an analysis recovers aspecified latent structure before score patterns are interpreted psychologically.

physics.soc-ph

Adaptive Regularization via Extreme Value Distributions for Gaussian Graphical Models

Edge selection in Gaussian graphical models is fundamentally a variable selection problem where pairwise relationships determine construct validity and variable importance in psychological networks. In psychology, network estimation relies predominantly on \(\ell_1\) regularization where uniform shrinkage systematically underestimates edge and centrality parameters. Alternative penalties overcome this bias but rely on fixed hyperparameters that do not adapt to the signal in the data. We develop a family of data-adaptive regularization penalties grounded in extreme value theory. Across 290 empirical psychological datasets, we show that absolute partial correlations are well-described by the Weibull distribution. Using this empirical regularity, we derive Weibull, Gumbel, and Exponential penalties that approximate \(\ell_0\) penalization and calibrate their hyperparameters to each dataset's noise floor. We formally prove the asymptotic properties of their static forms and conduct a large-scale simulation spanning two network topologies and various sample sizes (\(N\) = 100--10,000), demonstrating that their adaptive forms maintain high specificity while accumulating sensitivity as sample size increases with low parameter bias and high rank-order centrality congruence relative to field standards. Empirically, method choice alone determined centrality rankings at sample sizes typical in psychology. Of the three adaptive penalties, Weibull is recommended given the interpretability of its parameters.

stat.ME

The Ultimate Tutorial for AI-driven Scale Development in Generative Psychometrics: Releasing AIGENIE from its Bottle

Psychological scale development has traditionally required extensive expert involvement, iterative revision, and large-scale pilot testing before psychometric evaluation can begin. The `AIGENIE` R package implements the AI-GENIE framework (Automatic Item Generation with Network-Integrated Evaluation), which integrates large language model (LLM) text generation with network psychometric methods to automate the early stages of this process. The package generates candidate item pools using LLMs, transforms them into high-dimensional embeddings, and applies a multi-step reduction pipeline -- Exploratory Graph Analysis (EGA), Unique Variable Analysis (UVA), and bootstrap EGA -- to produce structurally validated item pools entirely *in silico*. This tutorial introduces the package across six parts: installation and setup, understanding Application Programming Interfaces (APIs), text generation, item generation, the `AIGENIE` function, and the `GENIE` function. Two running examples illustrate the package's use: the Big Five personality model (a well-established construct) and AI Anxiety (an emerging construct). The package supports multiple LLM providers (OpenAI, Anthropic, Groq, HuggingFace, and local models), offers a fully offline mode with no external API calls, and provides the `GENIE()` function for researchers who wish to apply the psychometric reduction pipeline to existing item pools regardless of their origin. The `AIGENIE` package is freely available on R-universe at https://laralee.r-universe.dev/AIGENIE.

cs.AI

An Experimental Study of Dimension Reduction Methods on Machine Learning Algorithms with Applications to Psychometrics

Developing interpretable machine learning models has become an increasingly important issue. One way in which data scientists have been able to develop interpretable models has been to use dimension reduction techniques. In this paper, we examine several dimension reduction techniques including two recent approaches developed in the network psychometrics literature called exploratory graph analysis (EGA) and unique variable analysis (UVA). We compared EGA and UVA with two other dimension reduction techniques common in the machine learning literature (principal component analysis and independent component analysis) as well as no reduction to the variables real data. We show that EGA and UVA perform as well as the other reduction techniques or no reduction. Consistent with previous literature, we show that dimension reduction can decrease, increase, or provide the same accuracy as no reduction of variables. Our tentative results find that dimension reduction tends to lead to better performance when used for classification tasks.

cs.LG