arXiv ScienceSearch

arXiv subjects

Yu-Hsun Lin

Publications and source records attributed to Yu-Hsun Lin.

3 recordsLinked to original sources

Exploring AI-Supported Disciplinary Mediation in Student Project Teams' Text-Based Communication

Interdisciplinary project-based learning requires students to negotiate differences in language, assumptions, priorities, and working practices. These differences are difficult to surface in text-based team communication, where discussions can become fragmented and AI tools are often used as private side channels rather than shared supports for collective sensemaking. We present Spritz, a Discord-based LLM technology probe that explores how AI might mediate disciplinary boundaries in student project teams. Spritz monitors group chat for signals of semantic or pragmatic boundaries, prompts members to articulate their perspectives through private channels, and returns anonymized syntheses to the shared discussion. We conducted a technology probe study and co-design workshop with 12 university students from technical, business, and design backgrounds. Participants experienced Spritz during a simulated interdisciplinary resource-allocation task and reflected on AI's role in collaboration. Findings show that participants valued AI mediation not only as cognitive support for boundary crossing, but also as a relational buffer. Spritz helped organize fragmented discussion, surface implicit expectations, and clarify divergent interpretations, while softening interpersonal pressure around disagreement and concession. Participants further imagined future AI mediators as switchable roles, including strategic advisors, cross-domain translators, and perspective challengers. However, these expanded roles introduced a central design tension: the neutrality that made AI acceptable as a mediator became unstable when AI began to advise, challenge, or influence team decisions. We contribute empirical insights and design considerations for AI systems that mediate interdisciplinary collaboration in text-based communication while preserving human agency, trust, privacy, and accountability.

cs.HC

MBS: Macroblock Scaling for CNN Model Reduction

In this paper we propose the macroblock scaling (MBS) algorithm, which can be applied to various CNN architectures to reduce their model size. MBS adaptively reduces each CNN macroblock depending on its information redundancy measured by our proposed effective flops. Empirical studies conducted with ImageNet and CIFAR-10 attest that MBS can reduce the model size of some already compact CNN models, e.g., MobileNetV2 (25.03% further reduction) and ShuffleNet (20.74%), and even ultra-deep ones such as ResNet-101 (51.67%) and ResNet-1202 (72.71%) with negligible accuracy degradation. MBS also performs better reduction at a much lower cost than the state-of-the-art optimization-based methods do. MBS's simplicity and efficiency, its flexibility to work with any CNN model, and its scalability to work with models of any depth make it an attractive choice for CNN model size reduction.

cs.LG

BRIEF: Backward Reduction of CNNs with Information Flow Analysis

This paper proposes BRIEF, a backward reduction algorithm that explores compact CNN-model designs from the information flow perspective. This algorithm can remove substantial non-zero weighting parameters (redundant neural channels) of a network by considering its dynamic behavior, which traditional model-compaction techniques cannot achieve. With the aid of our proposed algorithm, we achieve significant model reduction on ResNet-34 in the ImageNet scale (32.3% reduction), which is 3X better than the previous result (10.8%). Even for highly optimized models such as SqueezeNet and MobileNet, we can achieve additional 10.81% and 37.56% reduction, respectively, with negligible performance degradation.

cs.LG