JA EN
Glossary › hierarchical

GLOSSARY

hierarchical

appears in 6 paper titles

Definition

Organizing computation or representation into levels of increasing abstraction — fine-grained local units at the bottom, coarser summaries above. It is a standard way to make long sequences or high-resolution inputs tractable, since the upper levels operate on far fewer elements. Note the contrast with recursive: recursion reapplies the same operation to its own output, whereas a hierarchy stacks stages that work at different granularities.

Explainers using this term