1. The document discusses an adaptive quadtree partitioning scheme for fractal image compression that partitions images based on image context rather than fixed points.
2. In the adaptive scheme, images are first partitioned horizontally based on row pixel sums, then vertically within sub-images based on column pixel sums, aiming to split areas with different structures.
3. The performance of fractal compression using the adaptive quadtree scheme is evaluated in terms of compression ratio, time, and quality compared to a standard quadtree scheme. The adaptive approach achieves better compression ratios but takes more compression time.