• 検索結果がありません。

High-Quality Image Security Implementation Using 128-Bit Based on Advanced Encryption Standard algorithm

N/A
N/A
Protected

Academic year: 2021

シェア "High-Quality Image Security Implementation Using 128-Bit Based on Advanced Encryption Standard algorithm"

Copied!
8
0
0

読み込み中.... (全文を見る)

全文

(1)

西 南 交 通 大 学 学 报

第 54 卷 第 6 期

2019 年 12 月

JOURNAL OF SOUTHWEST JIAOTONG UNIVERSITY

Vol. 54 No. 6

Dec. 2019

ISSN: 0258-2724 DOI:10.35741/issn.0258-2724.54.6.32

Research Article

Engineering

H

IGH

-Q

UALITY

I

MAGE

S

ECURITY

I

MPLEMENTATION

U

SING

128-B

IT

B

ASED ON

A

DVANCED

E

NCRYPTION

S

TANDARD ALGORITHM

基于高级加密标准算法的基于 128 位的高质量图像安全实现

Aqeel A. Al-Hilali, Laith F. Jumma, Ibrahim A. Amory

Department of Medical Instrumentation Engineering, Al-Esraa University College Baghdad, Iraq

[email protected], [email protected], [email protected]

Abstract

These days, the security of information has become more vital in data transfer through networks and storages, so everyone knows the importance of data encryption to maintain the confidentiality and privacy of information transmitted across different networks. Image ciphering plays a vital role in avoiding eavesdropping or cracking access to the information that is transferred through networks; therefore, to look after the privacy and security of the information that is transferred on the internet, one of the important methods of security is chosen in this paper, which is “Advanced Encryption Standard”. The Advanced Encryption Standard is chosen in this paper based on the capability of it to secure information and the power of it to immunize information from eavesdropping. A Graphical User Interface (GUI) in Matlab is used as software to implement the Advanced Encryption Standard algorithm and to tests various types of High Definition. This research is focused on experiments on different types of pictures (gray, color and black and white) in high quality and seeing the required time for applying the Advanced Encryption Standard algorithm on these pictures. The results of this paper show the time that is required for ciphering and deciphering different types of pictures.

Keywords: Advanced Encryption Standard, High Definition, AES 128, Image Security

摘要 如今,信息安全在通过网络和存储进行数据传输中变得越来越重要,因此每个人都知道数据 加密对于维护跨不同网络传输的信息的机密性和隐私性的重要性。图像加密在避免窃听或破解对 通过网络传输的信息的访问中起着至关重要的作用。因此,为了照顾互联网上传递的信息的隐私 和安全性,本文选择了一种重要的安全方法,即“高级加密标准”。本文基于其保护信息安全的 能力以及其保护信息免遭窃听的能力而选择了高级加密标准。Matlab 中的图形用户界面(图形用 户界面)用作实现高级加密标准算法并测试各种类型的高清的软件。这项研究的重点是高质量的 不同类型图片(灰色,彩色和黑白)的实验,并了解了在这些图片上应用高级加密标准算法所需

(2)

的时间。本文的结果显示了对不同类型的图片进行加密和解密所需的时间。

关键词: 先进的加密标准,高清,AES 128,图像安全

I. I

NTRODUCTION

The advance of sharing pictures among others is popular across the world nowadays, especially on the internet through social media such as Twitter, Facebook, WhatsApp, Viber, Telegram, etc. Therefore, the necessity of protecting pictures’ privacy is required [1]. For these reasons, a new threat is appearing in the field of security – the threat of braking the privacy of information that led to creating a new subcategory field of security that focused on securing the images that were being transferred through networks. This paper pays attention to securing major types of data, which is images. The images are used in different ways, such as in banks [2], as the data of banks is sent as images such as checks [3], which are transferred to many people, and are also used in chats between people on social media and so on. The images are unique kinds of chats as they give more information than text in chat. The ancient people used images to talked to each other or to tell a story about their epics since communicating with images is faster and gives more details about the situation, feelings, emotions and so on; for these reasons, security of images is needed. This research used Advanced Encryption Standard (AES) algorithm as a way to protect images form breaches. The AES was created in 2001 [4] and had the top score in security [5] in that time and till now, because of its performance, efficiency and flexibility. The algorithm has kept on being developed by many researchers [6], [7], [8].

The AES algorithm has only been applied to text [9] for the least few years, and it has managed to prevent the eavesdropping, breaching and cracking of texts messages for many years. Thus, it was made use of in other applications, such as protecting the images and data that is transferred through networks. This paper focuses on applying the AES algorithm on high definition (HD) images such as 2k, 4k and full HD images. The research used different types of images with different image sizes. The problem of using the AES algorithm on the images is that it only can be applied on small images, such as 256 by 256 [10]. Therefore, a way was used in this research to overcome the lack of AES algorithm. The way is that if an image is above the limitation of the algorithm, then it will be split in a way that enables applying the AES algorithm.

II. L

ITERATURE

S

URVEY

Many ways have been approached to protect the privacy of people. AES was invented in 2001, which was a result of three years of work by Daemen and Rijmen. They were two Belgian scientists and their field was cryptography. Their algorithm was then highly recommendation by others as it was better than others algorithm such as DES, which was a limitless algorithm, because of its key space and small packet size. AES has many capabilities, such as the high speed of then algorithm and its high security. In addition, the algorithm is easy to implement in hardware and software [11].

By comparing the AES algorithm to the Rijndael algorithm, they appear to be identical. However, they can be distinguished by their packet length and key length. The Rijndael algorithm has adjustable packet length and key length, which can be set to an integer multiple of 32 bits, ranging from 128 to 256 bits. In contrast, the AES algorithm fixes the number of the packet length to 128 bits, while the key length can only be one of 128, 192, and 256 bits [12]. However, the rounds number of the AES algorithm changes according to the the key length. The changes of the key length are shown in Table 1.

Table 1.

The bond between the length of key and number of rounds in AES

Key length (bits) Number of rounds

128 10

192 11

256 12

III. T

HEORY OF

AES

A

LGORITHM

The AES algorithm is used in many applications [13], [14] due to the capability of the algorithm to cipher information and having ciphers that are hard to break. The power of AES algorithm came from the procedures of the algorithm, as it uses many complex and truck operations to cipher the text or image. These procedures of AES algorithm for ciphering and deciphering consist of four main layers: SubBytes, ShiftRows, MixColumns and then ADDRoundKeys [15], which are shown in Figure 1.

(3)

Figure 1. The procedure of AES algorithm

IV. C

IPHERING

P

ROCESS OF

AES

A

LGORITHM

The process of the AES algorithm is to first convert the plain text to state array [16], which is not needed when dealing with images, since images consist from an array and thus it will consider the image array as the state array. The array of an image will be considered as a data block that will have the AES algorithm applied on it [17]. The second step is simply to substitute every pixel in the array with a value that corresponds to the value in the S-Box. The S-Box is an array and the size of this array is 16 by 16 [18]. The S-Box contains 256 values and each value is different from the others located in the same matrix. The 256 permutations will meet all the possibility values of the image array, as shown in Figure 2.

Figure 2. Substitution byte transformation [19]

The third process will be shiftRows, which means shifting every row in the image array to the left. The shifting process of the rows will be different from one row to another, and all this will depend on their positions. This shifting will be performed according to anti-clockwise ACW, and this is shown in Figure 3 [20].

Figure 3. ShiftRows transformation

In the MixColumn transformation, each column, which consists of 4 bytes, will be dealt with on its own and distinctly, and these four bytes of the column will be considered as polynomials over the Galois function GF (28), and will be multiplied by the modulo x8 + x4 + x3 + x1 + x0 as, shown in Figure 4. Then, after the multiplication is done, the last layer will be applied on the results by XORed – 16 bytes of round key with 16 corresponding bytes in the state of array. The round key is created from the schedule algorithm. Figure 5 shows the process of AddRoundKey. After applying the four layers on the state array, the same process will be repeated 64 times on the state array.

Figure 4. Mixcolumn transformation

Figure 5. Round key transformation [5]

V. D

ECRYPTION

P

ROCESS

O

F

AES

A

LGORITHM

The decryption process of an AES algorithm process is the inverse transformation of an encryption algorithm in reverse order [21], [22]; in addition, the round keys are also applied in reverse. The process will be done first by inverting the operation with the same procedure of encryption, only in reverse. The first step is to repeat the same rounds of operations that were applied on the state array in reverse order. The second step is to invert the AddRoundKey in reverse order by XORed; the results with the round key and the results of that operation will applied on it in the inverse MixColumn. This is done by multiplying each 4-bytes column with its modulo x8 + x4 + x3 + x1 + x0. Then the third process is applied on it, which is ShiftRow by repeating the offset of each row to its true location and, once the order of all the rows is repeated to it is same location, the final process will applied, which is SubBytes, by repeating the true values of the state array, just like in the

(4)

encryption process, but in reverse. The values of each pixel will be determined according to the corresponding pixel that is located in the S-Box. Finally, the resulted state array will be considered as the image array, just like in the first step of the research.

VI. R

ESULTS AND

D

ISCUSSION

The most important part of research is the results since this research is based on testing the probability of applying the AES algorithm on high quality images and the time required for applying all the processes from the encryption and decryption processes. The average time required for most 4k images of dimensions 3840 x 2160 is 3.8 seconds for ciphering and 3.95 seconds for deciphering in color images, while the average time required for uncolored images is 1.1 seconds for ciphering and 1.046 seconds for deciphering. On the other hand, the average time

required for 2k images of dimensions 2048 x 1080 is 0.9 seconds for ciphering and 0.933 seconds for deciphering in color image, while in uncolored images it is 0.34 seconds for ciphering and 0.319 seconds for deciphering. Finally, in the 1k images of dimensions 1440 x 1080, the average time required for color images is 0.64 seconds for ciphering and 0.69 seconds for deciphering, while in uncolored images it was 0.21 seconds for ciphering and 0.19 seconds for deciphering. Table 2 shows the number of tested images in each quality, and the average time required for ciphering and deciphering for each type of image. This experiment’s results of ciphering and deciphering of AES is done by a program named Graphic User Interface in Matlab. The specification of the computer that is used in this experiment is core i7 1.9 GHz, 16 RAM DDR4, 4 GB Nvidia. The user interface program is shown in Figure 6.

Table 2.

The time required for ciphering and deciphering of higher resolution images

Type of resolution Type of color No. of tested images

Time required for ciphering/second

Time required for deciphering/second 4k 3840 x 2160 Color 300 3.8 3.95 Uncolor 300 1.1 1.046 2k 2048 x 2160 Color 500 0.9 0.933 Uncolor 500 0.34 0.319 1k 1044 x 108 Color 1000 0.64 0.69 Uncolor 1000 0.21 0.19

Figure 6. Program interface of GUI

In addition, the test was done on the various types of keys length that are shown in Table 2. 4k images are used as a reference to test the differences in time required for ciphering and deciphering between 128 bits, 192 bits and 256. Overall, the results show that the 128 bits is

slightly faster than the two others. The number of rounds required for 128 bits is 10 rounds, so it required only 3.8 seconds and 3.95 seconds for ciphering and deciphering color images, while for uncolored images it required 1.1 seconds for ciphering and 1.046 seconds for deciphering. In contrast, 192 bits length achieved 4.369 seconds for ciphering and 4.292 seconds for deciphering color images, and 1.205 seconds and 1.193 seconds for uncolored images. Finally, the 256 bits length shows the slowest time required for ciphering and deciphering, as it required 4.671 seconds for ciphering and 4.968 seconds for deciphering colored images, and 1.354 seconds and 1.302 seconds for ciphering and deciphering uncolored images. However, the higher the length of the key, the more complex it is, and the harder it is to break the AES algorithm, and vice versa. Table 3 also shows different images with their ciphering processes.

(5)

The time required for ciphering and deciphering of different length keys 128 bits, 192 bits and 256 bits

Type of resolution

Key length Type of

color

No. of tested images

Time required for ciphering/second

Time required for deciphering/second 4 k 3840 X 2160 128 bits Color 300 3.8 3.95 Uncolor 1.1 1.046 192 bits Color 4.369 4.292 Uncolor 1.205 1.193 192 bits Color 4.671 4.968 Uncolor 1.354 1302 Table 3.

The different pictures with its ciphering results

Original image Encrypted image

VII. C

ONCLUSION

The necessity to protect information and images is required more and more every day due to the increase of eavesdroppers in the network. Therefore, AES algorithm is the best way to protect information from eavesdroppers. The research shows the complexity of the algorithm and its ability to save information, especially images, in rapid time (only 3.9 seconds for 4K images). And this time is important due to the risks that may affect the users from stealing the

information that is located in images. The AES algorithm is beneficial to users since it gives the user unbreakable images that are fortified from eavesdroppers.

A. Future Work

There are many things that could make it in the future of the AES algorithm, such as implementing the AES on field programmable logic Area (FPGA). Also making AES woks in the field of iCloud by making it done through the technology of internet of things (IoT). In addition, performing the AES algorithm in genetics as alternative ways to perform the algorithm.

R

EFERENCES

[1]

NETTROUR, J.F., BURCH, M.B.,

and BAL, B.S. (2019) Patients, pictures, and

privacy: managing clinical photographs in

the smartphone era. Arthroplasty Today, 5

(1), pp. 57-60.

[2]

AL-FEDAGHI, S. and ALSULAIMI,

M. (2018) Privacy Thinging Applied to the

Processing Cycle of Bank Cheques. In:

Proceedings

of

the

3rd

International

Conference on System Reliability and Safety,

Barcelona, November 2018. Piscataway,

New Jersey: Institute of Electrical and

Electronics Engineers.

[3]

VILLWOCK, T. (2018) Verifiable

Check and Security Document System. U.S.

Patent Documents, no. US 10, 051, 146 B2.

[4]

SINGH, A., AGARWAL, P., and

CHAND, M. (2019) Image Encryption and

Analysis

Using

Dynamic

AES.

In:

Proceedings

of

the

5th

International

Conference

on

Optimization

and

Applications,

Kenitra,

April

2019.

Piscataway,

New

Jersey:

Institute

of

Electrical and Electronics Engineers.

[5]

SU, N., ZHANG, Y., and LI, M.

(2019)

Research

on

Data

Encryption

(6)

Standard Based on AES Algorithm in

Internet

of

Things

Environment.

In:

Proceedings

of

the

3rd

Information

Technology, Networking, Electronic and

Automation Control Conference, Chengdu,

March 2019. Piscataway, New Jersey:

Institute of Electrical and Electronics

Engineers.

[6]

DAEMEN, J. and RIJMEN, V.

(1999)

AES

Proposal:

Rijndael.

In:

Proceedings of the 1st Advanced Encryption

Standard

(AES)

Conference,

Ventura,

California, 8 (19). Gaithersburg, Maryland:

National

Institute

of

Standards

and

Technology.

[7]

DAEMEN, J. and RIJMEN, V.

(2002) The Design of Rijndael. AES - The

Advanced Encryption Standard. Berlin,

Heidelberg, New York: Springer.

[8]

BULMAN, P. (2000) Commerce

Department Announces Winner of Global

Information Security Competition. [Online]

National

Institute

of

Standards

and

Technology. U.S. Department of Commerce.

Available from:

https://www.nist.gov/news-

events/news/2000/10/commerce-department-

announces-winner-global-information-security [Accessed 01/03/17].

[9]

BACHTIAR, M.M., DITANAYA,

T.H., WASISTA, S., and PERDANA, R.R.K.

(2018) Security Enhancement of AES Based

Encryption Using Dynamic Salt Algorithm.

In:

Proceedings

of

the

International

Conference on Applied Engineering, Batam,

October 2018. Piscataway, New Jersey:

Institute of Electrical and Electronics

Engineers.

[10]

ARAB, A., ROSTAMI, M.J., and

GHAVAMI, B. (2019) An image encryption

method based on chaos system and AES

algorithm. The Journal of Supercomputing,

75 (10), pp. 6663-6682.

[11]

YING, W. (2011) Improvement of

MixColumn()

Function

in

Advanced

Encryption Standard AES [D]. Xi'an:

Shaanxi Normal University.

[12]

PAAR, C. and PELZL, J. (2012)

Exploring

Cryptography

in

Depth

-

Principles and Applications of Commonly

Used Encryption Techniques [M]. Beijing:

Tsinghua University Press.

[13]

KIM, J., SIM, B., and HAN, D.-G.

(2019)

Optimized

Power

Consumption

Model for Multiplication in Galois Field of

AES. In: Proceedings of the International

Conference on Platform Technology and

Service, Jeju, January 2019. Piscataway,

New Jersey: Institute of Electrical and

Electronics Engineers.

[14]

KOTESHWARA, S., DAS, A., and

PARHI, K. (2019) Architecture Optimization

and Performance Comparison of

Nonce-Misuse-Resistant Authenticated Encryption

Algorithms. IEEE Transactions on Very

Large Scale Integration (VLSI) Systems, 27

(5), pp. 1053-1066.

[15]

ZHAO, Y., TAO, Y., ZHANG, S.,

and LIU, Y. (2019) An Optimization for

Differential Power Analysis Based on Time

Series Verification. In: Proceedings of the

International

Conference

on

Wireless

Communication, Network and Multimedia

Engineering, Guilin, April 2019. Atlantis

Press, pp. 160-164.

[16]

VENKATESHA, G. and DINESH, S.

(2019) AES Based Algorithm for Image

Encryption and Decryption. Communication,

Embedded Systems and Signal Processing, 2

(11).

[17]

SCHNEIER,

B.

(1997)

Applied

Cryptography. 2nd ed. New York: John

Wiley and Sons.

[18]

HUY, D.Q., DUC, N.M., KHAI, L.D.,

and

LUNG,

V.D.

(2019)

Hardware

Implementation of AES with S-Box Using

Composite-Field for WLAN Systems. In:

Proceedings of the IEEE-RIVF International

Conference

on

Computing

and

Communication

Technologies,

Danang,

March 2019. Piscataway, New Jersey:

Institute of Electrical and Electronics

Engineers.

[19]

STALLINGS,

W.

(2011)

Cryptography

and

Network

Security

Principles and Practice. 5th ed. Upper

Saddle River, New Jersey: Prentice Hall,

Pearson Education.

[20]

FEDERAL INFORMATION (2001)

Announcing

the

Advanced

Encryption

Standard (AES). [Online] Available from:

https://nvlpubs.nist.gov/nistpubs/fips/NIST.F

IPS.197.pdf [Accessed 25/10/19].

(7)

[21]

HAJIHASSANI, O., MONFARED,

S.K., KHASTEH, S.H., and GORGIN, S.

(2019) Fast AES Implementation: A

High-Throughput

Bitsliced

Approach.

IEEE

Transactions on Parallel and Distributed

Systems, 30 (10), pp. 2211-2222.

[22]

REYES, E. and SISON, A. (2019)

Modified AES cipher round and key

schedule. Indonesian Journal of Electrical

Engineering and Informatics, 7 (1), pp. 29-36.

参考文:

[1] NETTROUR,J.F.,BURCH, M.B. 和

BAL B.S.(2019)患者,图片和隐私:在

智能手机时代管理临床照片。今日关节置

换,5(1),第 57-60 页。

[2] AL-FEDAGHI,S. 和 ALSULAIMI,M.

(2018)隐私稀疏应用于银行支票的处理

周期。在:2018 年 11 月在巴塞罗那举行

的第三届系统可靠性和安全性国际会议论

文集。新泽西州皮斯卡塔维:电气与电子

工程师学会。

[3] VILLWOCK,T.(2018)可验证的检

查和安全文件系统。美国专利文件,第我

们 10、051、146 B2。

[4] SINGH , A. , AGARWAL , P 。 和

CHAND,M.(2019)使用动态 AES 进行

图像加密和分析。在:第五届国际优化与

应用国际会议论文集,凯尼特拉,2019 年

4 月。新泽西州皮斯卡塔维:电气与电子

工程师协会。

[5] SU , N. , ZHANG , Y. , 和 LI , M.

(2019)物联网环境中基于 AES 算法的

数据加密标准研究。于:第三届信息技术

会议论文集,网络,电子与自动化控制会

议,成都,2019 年 3 月。新泽西州皮斯卡

塔维:电气与电子工程师学会。

[6] DAEMEN , J. 和

RIJMEN , V.

(1999)AES 提案:里恩代尔。在:第一

届高级加密标准(AES)会议论文集,加

利福尼亚州文图拉,8(19)。马里兰州

盖瑟斯堡:国家标准技术研究所。

[7] DAEMEN , J. 和

RIJMEN , V.

(2002)里恩代尔的设计。AES-高级加密

标准。柏林,海德堡,纽约:施普林格。

[8] BULMAN,P.(2000)商务部宣布全

球信息安全竞赛的获胜者。 [在线]国家标

准技术研究所。美国商务部。可从以下网

站 获 得 : https :

//www.nist.gov/news-

events/news/2000/10/commerce-department-

announces-winner-global-information-security [访问时间 01/03/17]。

[9] BACHTIAR , M.M. , DITANAYA ,

T.H. , WASISTA , S. 和 PERDANA ,

R.R.K.(2018)使用动态盐算法增强基于

AES 的加密的安全性。于:2018 年 10 月

在巴淡岛举行的应用工程国际会议论文集。

新泽西州皮斯卡塔维:电气与电子工程师

学会。

[10] ARAB , A. , ROSTAMI , M.J. 和

GHAVAMI,B.(2019)一种基于混沌系

统和 AES 算法的图像加密方法。超级计

算杂志,75(10),第 6663-6682 页。

[11] YING , W. ( 2011 ) 高 级 加 密 标 准

AES [D] 中 混 合 柱 ( ) 函 数 的 改 进 。 西

安:陕西师范大学。

[12] PAAR,C. 和 PELZL,J.(2012)深

入研究密码学-常用加密技术的原理和应

用[中号]。北京:清华大学出版社。

[13] J. KIM , B 。 SIM 和 D.-G HAN 。

(2019)AES 加洛瓦领域中用于乘法的优

化功耗模型。于:2019 年 1 月,济州,平

台技术与服务国际会议论文集。新泽西州,

皮斯卡塔维:电气与电子工程师学会。

[14] KOTESHWARA,S.,DAS,A.,和

PARHI,K.(2019)体系结构优化和耐随

机性验证身份验证算法的性能比较。电气

工程师学会大型超大规模集成(超大规模

集成电路)系统交易,27(5),第

1053-1066 页。

[15] 赵 Y , 陶 Y , 张 S , 刘 LIU 。

(2019)基于时序验证的差分功率分析优

化。于:2019 年 4 月,桂林,国际无线通

信,网络和多媒体工程国际会议论文集。

亚特兰蒂斯出版社,第 160-164 页。

[16] VENKATESHA,G. 和 DINESH,S.

(2019)基于 AES 的图像加密和解密算

法 。 通 信 , 嵌 入 式 系 统 和 信 号 处 理 , 2

(11)。

(8)

[17] SCHNEIER,B.(1997)应用密码学。

第二版。纽约:约翰·威利父子。

[18] HUY,D.Q.,DUC,N.M.,KHAI,

L.D. 和 LUNG,V.D.(2019)使用无线局

域网系统使用复合场的盒子进行 AES 的

硬件实现。于:2019 年 3 月在岘港召开的

电气工程师学会-RIVF 国际计算和通信技

术国际会议论文集。新泽西州皮斯卡塔

维:电气与电子工程师学会。

[19] STALLINGS,W.(2011)密码学和

网络安全原理与实践。第五版。新泽西州

上萨德尔河市:皮尔逊教育学院普伦蒂斯

厅。

[20] 联邦信息(2001)宣布了高级加密标

准(AES)。[在线]可从以下网站获得:

https://nvlpubs.nist.gov/nistpubs/fips/NIST.F

IPS.197.pdf [访问日期:19/10/25]。

[21]

OJI

HAJIHASSANI , S.K 。

MONFARED , S.H 。 KHASTEH 和 S.H.

GORGIN(2019)快速 AES 实现:高吞吐

量比特分割方法。电气工程师学会并行和

分 布 式系 统事 务, 30( 10 ), 第

2211-2222 页。

[22] REYES,E. 和 SISON,A.(2019)修

改了 AES 密码轮和密钥时间表。印尼电

机工程与信息学杂志,7(1),第 29-36

页。

Figure 2. Substitution byte transformation [19]

参照

関連したドキュメント

, T, 4.8 where M is the crew members needed to finish all the task; N is the total number of crew legs in nonmaximum crew roster scheme; x k ij is a 0-1 decision variable that equates

A map is bipartite if its vertices are colored in white and black, and each white vertex has only black neighbors.. Figure 1: A non-oriented bipartite map on the

Proof of Theorem 2: The Push-and-Pull algorithm consists of the Initialization phase to generate an initial tableau that contains some basic variables, followed by the Push and

Proof of Theorem 2: The Push-and-Pull algorithm consists of the Initialization phase to generate an initial tableau that contains some basic variables, followed by the Push and

In summary, based on the performance of the APBBi methods and Lin’s method on the four types of randomly generated NMF problems using the aforementioned stopping criteria, we

Our experiments show that the Algebraic Multilevel approach can be used as a first approximation for the M2sP to obtain high quality results in linear time, while the postprocessing

In particular this implies a shorter and much more transparent proof of the combinatorial part of the Mullineux conjecture with additional insights (Section 4). We also note that

But in fact we can very quickly bound the axial elbows by the simple center-line method and so, in the vanilla algorithm, we will work only with upper bounds on the axial elbows..