Tagged articles
32 articles
Page 1 of 1
AI Frontier Lectures
AI Frontier Lectures
Dec 17, 2025 · Artificial Intelligence

Can OmniVGGT Unlock Multi‑Modal 3D Vision with Any Number of Inputs?

OmniVGGT introduces a flexible omni‑modality driven transformer that can ingest arbitrary numbers of geometric cues such as depth maps and camera parameters, achieving state‑of‑the‑art performance on diverse 3D tasks while keeping inference speed comparable to its RGB‑only predecessor.

3D visionGeometryOmniVGGT
0 likes · 13 min read
Can OmniVGGT Unlock Multi‑Modal 3D Vision with Any Number of Inputs?
HyperAI Super Neural
HyperAI Super Neural
Oct 21, 2025 · Artificial Intelligence

7 Essential Math Reasoning Datasets for AI: From Arithmetic to Visual Geometry

This article compiles seven prominent math reasoning datasets—including We‑Math2.0‑Standard, NuminaMath‑LEAN, T‑Wix, Nemotron‑Math‑HumanReasoning, Open‑Omega‑Atom‑1.5M, GSM8K, and VCBench—detailing their sizes, sources, associated papers, and unique features to support high‑quality AI research on mathematical problem solving.

AIBenchmarkDatasets
0 likes · 9 min read
7 Essential Math Reasoning Datasets for AI: From Arithmetic to Visual Geometry
Model Perspective
Model Perspective
Sep 27, 2025 · Fundamentals

What Math Lies Hidden in Tang Poetry? A Modeling Exploration

This article examines classic Tang poems through modern mathematical modeling, revealing how geometric optics, probability, calculus, information theory, and network analysis can be applied to literary works to uncover the underlying mathematical structures and interdisciplinary insights.

GeometryTang Poetrycalculus
0 likes · 10 min read
What Math Lies Hidden in Tang Poetry? A Modeling Exploration
Model Perspective
Model Perspective
Jul 7, 2025 · Fundamentals

What Ancient Chinese Mathematics Can Teach Modern Problem Solving

The article reflects on Professor Wang Xiaoqin’s lecture about classic Chinese mathematical theorems, illustrating how visual geometry, unified measurement, incremental approximation, systematic classification, and multiple solution paths from ancient texts can inspire contemporary mathematical thinking and education.

Chinese mathematicsGeometryancient math
0 likes · 11 min read
What Ancient Chinese Mathematics Can Teach Modern Problem Solving
Model Perspective
Model Perspective
Sep 1, 2024 · Fundamentals

Why Mathematics Exists: From Counting Grain to Modeling the Universe

This article explores how mathematics originated from humanity's need to simplify complex real‑world problems—starting with basic counting for food and trade, evolving through geometry and algebra, and becoming the language that underpins modern science and everyday decision‑making.

AlgebraGeometryhistory of math
0 likes · 6 min read
Why Mathematics Exists: From Counting Grain to Modeling the Universe
Model Perspective
Model Perspective
Aug 9, 2024 · Fundamentals

Which Math Theorem Is the Most Beautiful? A Ranked Survey

Based on a 1988 survey of 68 readers who scored 24 famous mathematical theorems, this article presents a ranked list with average scores and brief explanations, revealing which results are considered the most beautiful in mathematics.

EulerGeometrybeauty
0 likes · 9 min read
Which Math Theorem Is the Most Beautiful? A Ranked Survey
Model Perspective
Model Perspective
May 19, 2024 · Fundamentals

Can a Square Exist on Curved Surfaces? Exploring Geometry Beyond the Plane

This article examines the definition of a square, explains why in Euclidean plane a square must have four equal sides and right angles, and then explores how curvature on spherical and hyperbolic surfaces allows shapes with equal edges and right angles to have three, two, or more sides, illustrating concepts of curvature and geodesics.

GeometryHyperbolic Geometrycurvature
0 likes · 7 min read
Can a Square Exist on Curved Surfaces? Exploring Geometry Beyond the Plane
The Dominant Programmer
The Dominant Programmer
Apr 23, 2024 · Fundamentals

How to Write, Convert, and Read WKB Data with JTS in Java

This article explains the WKB binary format, its storage advantages in MySQL and PostgreSQL, and provides step‑by‑step Java code using JTS's GeometryFactory, WKBWriter, and WKBReader to write a Point to WKB, convert it to a hex string, and read it back into a geometry object.

GeometryJTSJava
0 likes · 3 min read
How to Write, Convert, and Read WKB Data with JTS in Java
Model Perspective
Model Perspective
Oct 11, 2023 · Fundamentals

Unlocking Lattice Geometry: How Pick’s Theorem Calculates Polygon Areas

Pick’s Theorem offers a surprisingly simple way to compute the area of any simple lattice polygon by counting its boundary and interior integer points, and this article explains the theorem’s statement, proof sketch, and a step‑by‑step rectangle example illustrating its practical use.

Area calculationGeometryPick's theorem
0 likes · 3 min read
Unlocking Lattice Geometry: How Pick’s Theorem Calculates Polygon Areas
Model Perspective
Model Perspective
Dec 9, 2022 · Fundamentals

How the Golden Ratio Optimizes Milk Carton Design for Cost Savings

This article explores how mathematical modeling and the golden ratio can be applied to optimize the length‑width‑height proportions of a fixed‑volume milk carton, minimizing surface area and packaging cost while revealing the harmonious geometry behind its design.

Geometrygolden ratiomathematical modeling
0 likes · 3 min read
How the Golden Ratio Optimizes Milk Carton Design for Cost Savings
Model Perspective
Model Perspective
Dec 5, 2022 · Fundamentals

Can All Four Legs of a Chair Touch the Ground on an Uneven Surface? A Mathematical Proof

Exploring whether a chair with four equal-length legs can always rest evenly on a non‑flat surface, this article models the problem using coordinate transformations and continuity, applies the intermediate value theorem, and demonstrates that on a smooth curved floor the legs can indeed all touch simultaneously.

Geometrycontinuityintermediate value theorem
0 likes · 6 min read
Can All Four Legs of a Chair Touch the Ground on an Uneven Surface? A Mathematical Proof
Model Perspective
Model Perspective
Oct 26, 2022 · Fundamentals

How Mathematical Modeling Turns Complex Problems into Simple Proofs

This article shows how adopting appropriate mathematical models—function, geometric, combinatorial, and similarity models—can transform intricate algebraic and geometric proof problems into clear, concise solutions, illustrating each approach with concrete examples and visual aids.

AlgebraGeometrycombinatorics
0 likes · 6 min read
How Mathematical Modeling Turns Complex Problems into Simple Proofs
Model Perspective
Model Perspective
Oct 19, 2022 · Fundamentals

Why Doubling a Baking Pan Quadruples Your Brownie Recipe

Discover how doubling the length and width of a baking pan quadruples its area, requiring four times the ingredients, and learn the general rule that scaling any two‑dimensional shape by a factor k increases its area by k squared, illustrated with brownies and geometric examples.

Geometryarea scalingmath education
0 likes · 3 min read
Why Doubling a Baking Pan Quadruples Your Brownie Recipe
Bilibili Tech
Bilibili Tech
Sep 13, 2022 · Frontend Development

Vector Animation Foundations: Path Class, Bézier Curves, and Rational Bézier Geometry

The article explains how Bilibili’s Chronos engine can support vector animation by defining a Path class that stores drawing verbs, points, and conic weights, and by detailing Bézier and rational Bézier curve mathematics, De Casteljau evaluation, subdivision, and flattening techniques needed for resolution‑independent, GPU‑friendly rendering.

Bézier curvesGeometryanimation
0 likes · 22 min read
Vector Animation Foundations: Path Class, Bézier Curves, and Rational Bézier Geometry
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve

The article explains how the Koch curve, a classic fractal introduced by Helge von Koch, is constructed, why its perimeter grows without bound while its area remains zero, and how this illustrates why natural coastlines cannot have a well‑defined length, contrasting smooth curves with self‑similar fractals.

GeometryKoch curvefractal
0 likes · 10 min read
Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve
phodal
phodal
Aug 7, 2022 · Fundamentals

Demystifying Graph Modeling: From Nodes & Edges to Rendering Techniques

This article revisits fundamental graph concepts, clarifies the distinction between graphs and charts, defines nodes, edges, geometry, and properties, and outlines data processing, layout strategies, and rendering approaches using Canvas and SVG, offering a concise roadmap for building a graph engine.

Geometrydata modelinggraph
0 likes · 8 min read
Demystifying Graph Modeling: From Nodes & Edges to Rendering Techniques
ByteFE
ByteFE
Jun 8, 2022 · Frontend Development

Understanding Distance Fields for Triangles, Regular Polygons, and Ellipses in WebGL

This article explains how to construct signed distance fields for triangles, regular polygons and ellipses using GLSL shaders in WebGL, covering the mathematical definitions, interior‑exterior detection, code implementations, and techniques for repeating patterns to create complex procedural graphics.

Distance FieldsGeometryProcedural Graphics
0 likes · 13 min read
Understanding Distance Fields for Triangles, Regular Polygons, and Ellipses in WebGL
ELab Team
ELab Team
Sep 23, 2021 · Frontend Development

Why Understanding Matrix Geometry Makes CSS Transforms Easy

This article explains the geometric meaning of vectors and matrices, how basic matrix operations relate to linear transformations, and demonstrates how CSS transform functions like translate, scale, and rotate are just convenient wrappers around matrix operations, helping frontend developers use them confidently.

Geometrylinear algebramatrix
0 likes · 17 min read
Why Understanding Matrix Geometry Makes CSS Transforms Easy
Hulu Beijing
Hulu Beijing
Sep 7, 2021 · Fundamentals

Hulu 2022 Campus Recruitment: 5 Algorithmic Challenges with Solutions

This article presents five programming problems from Hulu's 2022 campus recruitment—including particle simulation, Sophie‑N number counting, optimal activity point on a tree, devil‑maze navigation, and non‑intersecting triangles—complete with problem statements, input/output specifications, sample cases, and detailed solution approaches.

Geometryalgorithmdynamic programming
0 likes · 18 min read
Hulu 2022 Campus Recruitment: 5 Algorithmic Challenges with Solutions
网易UEDC
网易UEDC
Nov 29, 2017 · Fundamentals

How Geometry Shapes Everyday Design – From Honeycombs to Vinyl Records

This article explores how fundamental geometric principles influence diverse designs, covering the honeycomb conjecture, slime‑mold network experiments, the physics of vinyl records, never‑loose nuts, Fibonacci sequences in nature, the golden ratio myth, and hidden geometric secrets in famous logos.

DesignFibonacciGeometry
0 likes · 15 min read
How Geometry Shapes Everyday Design – From Honeycombs to Vinyl Records
Model Perspective
Model Perspective
Mar 20, 2016 · Fundamentals

How Buffon's Needle Reveals π: A Simple Simulation Explained

Buffon's needle problem demonstrates how dropping randomly oriented needles between parallel lines can be used to approximate π, and the article explains the geometric reasoning, angle handling, and simplified scalar representation that make the simulation both accurate and computationally efficient.

Buffon's needleGeometryMonte Carlo simulation
0 likes · 4 min read
How Buffon's Needle Reveals π: A Simple Simulation Explained
ITPUB
ITPUB
Dec 28, 2015 · Frontend Development

How to Compute and Draw the One‑Click “Dismiss” Effect with Bezier Curves

This tutorial explains the geometric derivation and step‑by‑step algorithm for calculating the tangent points of two circles of different radii and using them to construct quadratic Bézier curves that create the popular one‑click dismiss animation on mobile interfaces.

Bezier CurveGeometryMobile UI
0 likes · 9 min read
How to Compute and Draw the One‑Click “Dismiss” Effect with Bezier Curves
Model Perspective
Model Perspective
Jun 23, 2015 · Fundamentals

How I Mapped the Interconnections Between Major Math Disciplines

After completing three years of university mathematics courses, the author visualises and explains a personal classification of major mathematical branches, discussing their relationships, cross‑disciplinary links, and reflections on ancient Chinese mathematics and future educational considerations.

Geometryclassificationfundamentals
0 likes · 5 min read
How I Mapped the Interconnections Between Major Math Disciplines