A Comprehensive Survey of Robot Manipulation and Motion Control
Published:
A comprehensive survey of robot manipulation and motion control: covering kinematics, dynamics, Jacobians, force closure, imitation learning, and state-space control methods.
Published:
A comprehensive survey of robot manipulation and motion control: covering kinematics, dynamics, Jacobians, force closure, imitation learning, and state-space control methods.
Published:
Research notes on leveraging geometric visual illusions as perceptual inductive biases for vision models — the foundational exploration behind the InDL dataset and related publications.
Published:
A detailed review of the UIST 2023 paper “Generative Agents: Interactive Simulacra of Human Behavior,” analyzing its memory-reflection architecture for believable agent simulation.
Published:
Argues that human judgment remains irreplaceable in AI systems — examining cases where over-automation fails and where human-in-the-loop design is essential.
Published:
Investigates algorithmic bias and fairness — how training data and model design choices encode societal biases, and technical approaches to measuring and mitigating unfairness.
Published:
Discusses data justice: the ethical collection, ownership, and use of data, particularly how marginalized communities are affected by extractive data practices.
Published:
Examines power dynamics in AI development — how concentrated computational and data resources shape algorithmic outcomes and reinforce structural inequalities.
Published:
Explores the concept of responsibility in AI systems: who is accountable when autonomous systems cause harm, and how to design for responsible deployment.
Published:
A team collaboration guide for research groups: avoiding common pitfalls in multi-author projects, managing revisions, and maintaining research integrity.
Published:
Practical advice on academic paper writing — from structuring arguments to navigating peer review — with a focus on efficiency and impact.
Published:
A concise recap of Graph Neural Networks, focusing on adjacency matrices, modality fusion via GNNs, and connections to attention mechanisms.
Published:
Derives the entropy formula for multivariate Gaussian distributions, explaining its relationship to covariance and its significance in information theory.
Published:
Analyzes the standard structure of academic papers — from abstract and introduction through methods, results, and conclusion — with practical writing guidance.
Published:
An accessible introduction to topology: the study of properties preserved under continuous deformation, illustrated through rubber-sheet geometry and real-world examples.
Published:
A structured overview of major programming paradigms — procedural, object-oriented, functional, and aspect-oriented — with comparisons across 27 recognized paradigms.
Published:
Reflects on how the Model-View-Controller software architecture can serve as a mental model for structuring everyday life planning and decision-making.
Published:
Examines whether the singleton design pattern qualifies as an anti-pattern, discussing legitimate use cases versus situations where it introduces hidden coupling and testability issues.
Published:
Compares bottom-up dynamic programming with top-down recursion-with-memoization — arguing they are fundamentally similar approaches that both prune the recursion tree for polynomial-time computation.